snakeplusplus/src
2023-10-16 12:35:35 -05:00
..
botinterface.cpp Increased survivability with DFS when no path 2023-10-16 12:35:35 -05:00
botinterface.hpp Split into BFS at first and DFS after 2023-10-13 19:22:11 -05:00
CMakeLists.txt Added bot controls, bot still has poor pathing 2023-08-19 12:56:40 -05:00
common.cpp Separated generation into common file 2023-08-18 19:09:57 -05:00
common.hpp Separated generation into common file 2023-08-18 19:09:57 -05:00
gamestate.cpp Split into BFS at first and DFS after 2023-10-13 19:22:11 -05:00
gamestate.hpp Replaced simple snake bot with AI 2023-10-13 19:07:08 -05:00
main.cpp Fixed code consistency issues 2023-08-18 18:09:09 -05:00
playerinterface.cpp Logic cleanup 2023-08-19 23:32:53 -05:00
playerinterface.hpp Minor settings adjustments 2023-10-14 00:35:23 -05:00
snake.cpp Logic cleanup 2023-08-19 23:32:53 -05:00
snake.hpp Separated generation into common file 2023-08-18 19:09:57 -05:00