https://github.com/prudhvideep/asteroids
A retro asteroids game written in C with raylib.
https://github.com/prudhvideep/asteroids
c gamedev raylib wasm
Last synced: 2 months ago
JSON representation
A retro asteroids game written in C with raylib.
- Host: GitHub
- URL: https://github.com/prudhvideep/asteroids
- Owner: prudhvideep
- Created: 2025-03-07T04:26:36.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-08-31T02:36:16.000Z (10 months ago)
- Last Synced: 2025-08-31T04:19:31.288Z (10 months ago)
- Topics: c, gamedev, raylib, wasm
- Language: C
- Homepage: https://prudhvideep.github.io/asteroids/asteroids.html
- Size: 15.1 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Asteroids
A simple asteroids game written using C and raylib.
## How to play
Control the spaceship with the arrow keys. Press the space bar to shoot and r to restart.
## Demo

## Steps to run
- Clone the repo
```bash
git clone git@github.com:prudhvideep/spaceinvaders.git
cd spaceinvaders/
```
- Run the game
```bash
make run
```
- Port to wasm
- Working on compiling the latest version with arena style memory management to wasm
- The demo includes an older version.