Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/foxnne/aftersun
Top-down 2D RPG
https://github.com/foxnne/aftersun
2d gamedev rpg topdown zig
Last synced: 1 day 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 (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-10T15:39:52.000Z (6 months ago)
- Last Synced: 2024-11-21T11:10:20.033Z (21 days ago)
- Topics: 2d, gamedev, rpg, topdown, zig
- Language: Zig
- Homepage:
- Size: 15 MB
- Stars: 231
- Watchers: 7
- Forks: 10
- 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
![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).
![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 [email protected]: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)