Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eliasvas/ptt
pokemon type trainer
https://github.com/eliasvas/ptt
Last synced: 2 days ago
JSON representation
pokemon type trainer
- Host: GitHub
- URL: https://github.com/eliasvas/ptt
- Owner: eliasvas
- Created: 2024-01-03T17:10:25.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-04-13T21:24:15.000Z (9 months ago)
- Last Synced: 2024-04-14T04:26:15.827Z (9 months ago)
- Homepage:
- Size: 274 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ptt
A Pokemon Type-Trainer game to learn how types work in pokemon games.
In arcade mode, only accuracy is shown.
In Training mode, the correct advantage is hinted.
![demo](demo.gif)
## description
Jai proof-of-concept simple game made *from scratch*.
Main goal is to have a tiny (**<10 MB**) single executable game to show.
## controls
W + S to select advantage
Space to commit choice
## build + run
You need to have a Jai compiler, git, git-lfs, SDL2 installed along with an OpenGL 3.3 compatible GPU
```console
apt-get install git git-lfs libsdl2-dev libsdl2-2.0-0 -y
git clone https://github.com/eliasvas/ptt
cd ptt/ && jai -quiet build.jai && ./.build/ptt
```