![aftersun_logo](https://user-images.githubusercontent.com/49629865/191372504-99704ce8-6e63-49f1-9e66-f5ec275070e5.png) An ongoing pet-project top-down RPG written in [zig](https://ziglang.org). Screen Shot 2022-10-08 at 11 58 10 PM ![aftersun](https://user-images.githubusercontent.com/49629865/190548207-1c43328c-cb23-4e09-a5d4-cb8894e37d1c.gif) ### Installation - Build with Zig 0.12.0-dev.3180+83e578a18 (`zigup 0.12.0-dev.3180+83e578a18`). This is required by Mach, see https://machengine.org/about/zig-version ``` git clone git@github.com:foxnne/aftersun.git --recurse-submodules cd aftersun zig build run ``` ### Credits [flecs](https://github.com/SanderMertens/flecs) [zig-gamedev](https://github.com/michal-z/zig-gamedev) [mach-core](https://github.com/hexops/mach-core)