A game of Snake made in C++
- Download the latest release
- Unzip it
- Run Snake or Snake.exe depending on your system
chmod +x run.sh
./run.sh
- Install Raylib following one of these tutorials based on your system: Linux, Windows, macOS
- Setup Emscripten using this tutorial
- Run
chmod +x run.sh
./run.sh --web


