Also runs in the web-browser
- Linux x86 (e.g., I build this using WSL Ubuntu on windows)
- Python3 (for wasm only)
- emscripten (for wasm only)
- SDL2 (via package manager)
make
cd build
./snake
make wasm
cd build
python3 -m http.server
- Go to http://localhost:8000/snake.html