Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 445 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 445 Bytes

Gameplay

You play as an ampersand who has to dodge Xs and eat Os and *s. After collecting all of the Os, proceed through the @ door to progress to the next level.

Level files

Levels are defined in .lvl files. These determine the level dimensions, terrain character, player, entities and door position, and path to the next level.

Building

g++ -o main ./src/*cpp -I c:/MinGW/include/ncurses -lncurses -I ./headers