Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/katarinamolotova/maze-and-cave
https://github.com/katarinamolotova/maze-and-cave
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/katarinamolotova/maze-and-cave
- Owner: katarinamolotova
- Created: 2022-10-13T15:48:08.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2022-10-13T22:24:57.000Z (about 2 years ago)
- Last Synced: 2025-01-06T17:30:00.800Z (2 days ago)
- Language: C++
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# maze-and-cave
Teaching team project. Implemented in a team of three people.
In this project we learned about mazes and caves, including the basic algorithms of their handling, such as: generation, rendering, solving.
## Patterns was used:
- MVC
- Singletone
- Facade## Stack
C++, STL, QT6/Creator