https://github.com/foxnne/aftersun
Top-down 2D RPG
https://github.com/foxnne/aftersun
2d gamedev rpg topdown zig
Last synced: 2 months ago
JSON representation
Top-down 2D RPG
- Host: GitHub
- URL: https://github.com/foxnne/aftersun
- Owner: foxnne
- License: mit
- Created: 2022-08-20T20:10:55.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-10T15:39:52.000Z (over 1 year ago)
- Last Synced: 2025-08-30T00:50:36.768Z (3 months ago)
- Topics: 2d, gamedev, rpg, topdown, zig
- Language: Zig
- Homepage:
- Size: 15 MB
- Stars: 272
- Watchers: 8
- Forks: 11
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-zig - foxnne/aftersun - down 2D RPG. (Game Field / Zigged Project)
README

An ongoing pet-project top-down RPG written in [zig](https://ziglang.org).


### 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)