AkitooSama/space-game
trying to learn zig by making this game?
Requirements:
Run:
git clone https://github.com/AkitooSama/space-game.git
cd space-game
zig build run
src/
|-- main.zig : Core logic entry
|-- player.zig : Player logic
|-- json.zig : Config loader
|-- settings.json : Game parameters
root.zig
and test.zig
excluded - experimental use only.MIT Licensed. Clone, modify, learn - no strings. Full terms in MIT License.