roguish/tests
2024-10-29 17:49:54 -04:00
..
collider.cpp Refactor some code to have better naming and move Point and related point things into their own .hpp. 2024-10-26 18:26:42 -04:00
dbc.cpp Initial commit that has most of what I need. 2024-09-24 18:28:01 -04:00
dijkstra.json Dijkstra thing is working on a sample map. 2024-09-26 17:56:40 -04:00
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. 2024-10-29 17:49:54 -04:00
fsm.cpp Conver to using \ for member variables in classes. In structs just use the name. 2024-10-03 17:05:23 -04:00
map.cpp Mostly working prototype that uses FTXUI to render to SFML and then plays a sound when you hit a wall. 2024-10-02 16:56:06 -04:00
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. 2024-10-28 19:46:55 -04:00