C++ course "mini-project"
Teo-CD
d42d176e8d
Working except for end of path endless loop (0,0 point appearing in paths for no reason?) Commit mainly because the HDD is on the verge of dying |
||
---|---|---|
resources | ||
src | ||
tests | ||
.gitignore | ||
CMakeLists.txt | ||
README.md | ||
UML_Class_Diagram.png |
Project Maat
Description
Project Maat is the codename of my C++ course "mini-project" based on the quote "Entre le fort et le faible, entre le riche et le pauvre, entre le maître et le serviteur, c’est la liberté qui opprime et la loi qui affranchit." - Henri Lacordaire.
This game is aimed to be a puzzle game in which the player sets different laws for the world and the people within it as to control what happens after hitting "play" and achieve the level's goal. I was inspired both by The Incredible Machine and its successors and by a much more recent game : Baba is you.
Structure
TODO
- Level
- Structure
- Parsing from XML
- A*
- Entities
- Structure
- Parsing from XML
- Moving
- Decorators (Rules)
- Rules
- Creation
- Interaction with entities
- Parsing of rules and creation of subsequent decorators
- Raytrace in order to find best goal for pathfinding ?
- Graphics
- Scene rendering
- UI
- Menu ?
- Gameloop
- Transition from starting to running state and vice-versa
- Entity behaviour evolution
- Rule application
- Saving state through serialization ?
- UML
- Unit tests