Skip to content

sbwhitt/ascii

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A small ascii game using ncurses

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published