https://github.com/crocidb/ld51-game
https://github.com/crocidb/ld51-game
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/crocidb/ld51-game
- Owner: CrociDB
- Created: 2022-09-30T17:19:34.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-06T00:16:13.000Z (over 3 years ago)
- Last Synced: 2025-03-14T05:44:17.152Z (about 1 year ago)
- Language: C
- Size: 72.3 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SpaceLordX - A game for Ludum Dare 51
A game for the Ludum Dare 51 compo written in C for the WASM-4 virtual console platform.
## Building
Build the cart by running:
```shell
make
```
Then run it with:
```shell
w4 run build/cart.wasm
```
## Distributing
```shell
w4 bundle build/cart.wasm --title "SpaceLordX" --html spacelord.html
```
## Links
- [Ludum Dare](https://ldjam.com/): The Ludum Dare competition.
- [WASM-4](https://wasm4.org/): Learn more about WASM-4.