Tapegro example games

First download the examples file and discover how to run then
Tip: path\to\game.exe on example (not examples) directory

Some examples contain a config.cfg.dos, replace config.cfg with such file when testing under MS-DOS.

Example #1

Very basic, 4 player input, text output, two drawing primitives

Example #2

Asteroids clone, sprite batches, transforms, sound samples
Edit main_src.js, which uses macros, instead of main.js; build.sh.bat will use gcc to preprocess into main.js.
The asteroid graphics are by this opengameart author, CC0.

Example #3

Pacman clone, text file input - Tiled JSON map loading, sprites