Skip to content

ebrezadev/Maze-Game-in-CPP-and-ncurses

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Randomly Generated Maze Game in C++ and ncurses

This is just another Maze game, written in C++ and ncurses on Linux. It has a Main Menu, Pause Menu and Settings Menu. Maze field size (based on maximum terminal size), bombs percentage and FPS can be manipulated in Settings Menu. The Maze field is randomly generated everytime you hit New Game in Main Menu, using my own implementation of Depth First Search.

mkdir release
make all
release/maze.out

Alt text

Alt text

Alt text

Alt text

Alt text

Alt text

Alt text

Alt text

About

Randomly Generated Maze Game in C++ and ncurses (with settings menu)

Topics

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors