Author: Haoxi Zhang
Design: A puzzle game with triggers that allow crossing the wall.
data.bin
contains everything the game needs. It will read map, door info, trigger info, tile_table, palette_table.
portal.png
is only 4 colors. loaded by load_png()
and be decomposed into tiles.
original picture from Pinterest
Use ←↑↓→ to move the yellow character and reach the blue/red flag.
This game was built with NEST.