Commit graph

5 commits

Author SHA1 Message Date
60770b5395 Added first UI elements
Rules can be created from the UI
Game can be stopped/started from the UI
Current level can be reset (Load from file again)
Added "Game" target and main file

TODO (A lot):
 - Unit tests
 - Fully functionnal UI
 - Win conditions
 - Level background
 - Level switching/progression
 - Interesting and varied rules
 - Multi-scale pathfinding
 - etc
2019-06-11 00:33:44 +02:00
08e922b0d4 First implementation of rules
TODO :
 - Fix target as getter (currently broken because of inheritance by rules)
 - Smart pointers for entity store ?
2019-06-09 23:26:46 +02:00
d42d176e8d A* implementation
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
2019-06-09 05:18:28 +02:00
3666b9e7e9 Entities are now constructable
Added utility function to display error window
Added textures
Added font
Added a way to choose resources location
2019-06-07 22:20:34 +02:00
46d26b6e61 Started object construction and parsing
Simplified some structures
Missing : Entity construction
2019-06-07 02:59:27 +02:00