Skip to content

A lunar-lander type retro video game, written in Zig for the WASM-4 fantasy console.

Notifications You must be signed in to change notification settings

w4-lander/w4-lander

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

w4-lander

A lunar-lander type retro video game, written in Zig for the WASM-4 fantasy console. Play on the web, or try out the native apps! ✨

Development

Make sure you have the latest (master branch) of Zig installed, as well as w4 and Just. Then, run the following commands:

just             # Build the project to a Wasm cartridge
just run         # Run the game in a browser
just run-native  # Run the game in the native runtime
just watch       # Run the game in a browser, rebuilding on code change
just bundle      # Create HTML, Windows, macOS, and Linux release artifacts
just clean       # Clean all generated files

To format code automatically, run the command:

zig fmt .

Releases

No releases published

Packages

No packages published

Languages