A simple asteroids game written using C and raylib.
Control the spaceship with the arrow keys. Press the space bar to shoot and r to restart.
- Clone the repo
git clone git@github.com:prudhvideep/spaceinvaders.git
cd spaceinvaders/- Run the game
make run-
Port to wasm
- Working on compiling the latest version with arena style memory management to wasm
- The demo includes an older version.
