Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/eliasvas/ptt

pokemon type trainer
https://github.com/eliasvas/ptt

Last synced: 2 days ago
JSON representation

pokemon type trainer

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
```