Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 344 Bytes

File metadata and controls

19 lines (16 loc) · 344 Bytes

AddingSpace

Space exploration game

Building

atlas install
nim build

With cross-compilation support (requires installed zig):

atlas install --feature=forge
nim build target=x86_64-linux-gnu # or x86_64-windows-gnu etc.