The next little game in the series where I make a fancy rogue game.
 
 
 
 
 
 
roguish/tests
Zed A. Shaw f6ddf4b03b Make it clear this is testing an ftxui setting. 8 months ago
..
ansi_parser.cpp Make it clear this is testing an ftxui setting. 8 months ago
collider.cpp Refactor some code to have better naming and move Point and related point things into their own .hpp. 8 months ago
config.cpp Basic config system from a json file but it's got serious issues. Can't copy construct it because of the variable blocking copying, and it can't even be put into the dinkyecs in any way. 8 months ago
config.json Basic config system from a json file but it's got serious issues. Can't copy construct it because of the variable blocking copying, and it can't even be put into the dinkyecs in any way. 8 months ago
dbc.cpp Initial commit that has most of what I need. 9 months ago
dijkstra.json Dijkstra thing is working on a sample map. 9 months ago
dinkyecs.cpp Can just use the enum as the type for the map but it'd be nicer if I could use a class enum without tons of template BS. 8 months ago
fsm.cpp Conver to using \ for member variables in classes. In structs just use the name. 9 months ago
map.cpp Mostly working prototype that uses FTXUI to render to SFML and then plays a sound when you hit a wall. 9 months ago
sound.cpp Need the hit.wav to be mono, but now we have a sound we can move around, just not sure how to place it based on the visuals. 8 months ago