A classic Snake game implemented in C++ and compiled to WebAssembly (WASM) for fast and efficient browser gameplay.
This project demonstrates how to leverage WebAssembly to run C++ code directly in the browser with smooth graphics using HTML5 Canvas and JavaScript integration.
Features:
- Responsive controls using keyboard arrow keys
- Real-time rendering with Canvas
- Modular C++ code compiled to WASM
- Lightweight and fast performance in modern browsers
Perfect for learning WebAssembly with C++ and building simple browser games using native code compiled for the web.