Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 246 Bytes

File metadata and controls

13 lines (12 loc) · 246 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.