The code within this folders represents ported codebase reviewed in Chapter 8.
- Unless otherwise specified, all terminal commands should be run from within this folder.
- To remove existing built files, run the following command:
make clean
- Emscripten (emsdk)
Run the following command within this folder:
make
Run the following command within this folder:
emrun --browser chrome --no_emrun_detect public/index.html
If you navigate to http://localhost:6931/index.html
, you should be able to play the game.