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:

make

Then run it with:

w4 run build/cart.wasm

Distributing

w4 bundle build/cart.wasm --title "SpaceLordX" --html spacelord.html

Links