This is an emulator of the Chip8 wich you can use to emulate games with.
You can run it from terminal. In the desktop folder run:
cargo run path/to/game
Or you can run the web server in the web folder. There are several ways to do it but you can do it easily with python and search for localhost on your browser:
python -m http.server 80