j
jaipkg.dev
packages / app / ptt

ptt

70841b1app

Pokemon Type advantage 'game' in Jai

No license · updated 2 years ago

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

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

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