Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tsoding/eepers
Simple Turn-based Game
https://github.com/tsoding/eepers
ada game raylib turn-based
Last synced: about 1 month ago
JSON representation
Simple Turn-based Game
- Host: GitHub
- URL: https://github.com/tsoding/eepers
- Owner: tsoding
- License: mit
- Created: 2024-03-08T16:56:02.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-05-26T15:22:30.000Z (7 months ago)
- Last Synced: 2024-08-05T01:11:15.768Z (5 months ago)
- Topics: ada, game, raylib, turn-based
- Language: Ada
- Homepage:
- Size: 69.5 MB
- Stars: 319
- Watchers: 4
- Forks: 17
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.txt
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-ada - eepers - A simple Turn-based Game in Ada (made with [raylib](https://github.com/raysan5/raylib)). (Games / Continuous Integration)
README
# Eepers
https://github.com/tsoding/eepers/assets/165283/8bb55e10-e843-4152-8bc5-ab9bb137e239
Music by Type 42
- https://soundcloud.com/type42
- https://www.youtube.com/@Type42
- https://type42.bandcamp.com/Download (Windows + Linux):
- GitHub: https://github.com/tsoding/eepers/releases
- Itch.io: https://tsoding.itch.io/eepers## Building from Source Code
### Linux
Install GNAT Ada Compiler. It should be available in your Distro Repos.
```console
$ ./build-linux.sh
```