Skip to content
/ cxmaze Public

A maze game in C++ with lib ncurses, just an exercise

License

Notifications You must be signed in to change notification settings

phoemur/cxmaze

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cxmaze

A maze game in C++ with lib ncurses, just an exercise This tiny game was based on Joe Wingbermuehle's maze generator (https://github.com/joewing/maze)

It has randon levels with raising dificulty. As an exercise, it was writen using the curses library.

Compiles on POSIX platforms (Linux, BSD, IOS) with:

g++ -O2 -o cxmaze cxmaze.cpp -lncurses

About

A maze game in C++ with lib ncurses, just an exercise

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages