https://github.com/ebrezadev/maze-game-in-cpp-and-ncurses
Randomly Generated Maze Game in C++ and ncurses (with settings menu)
https://github.com/ebrezadev/maze-game-in-cpp-and-ncurses
bombs cpp dfs game linux maze menus ncurses random settings
Last synced: 29 days ago
JSON representation
Randomly Generated Maze Game in C++ and ncurses (with settings menu)
- Host: GitHub
- URL: https://github.com/ebrezadev/maze-game-in-cpp-and-ncurses
- Owner: ebrezadev
- Created: 2024-12-14T17:26:43.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-15T04:17:59.000Z (over 1 year ago)
- Last Synced: 2025-10-14T03:13:45.760Z (8 months ago)
- Topics: bombs, cpp, dfs, game, linux, maze, menus, ncurses, random, settings
- Language: C++
- Homepage:
- Size: 159 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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.
```bash
mkdir release
make all
release/maze.out
```







