• Joined on 2023-03-30
trianta pushed to refactor at trianta/snakeplusplus 2024-08-03 21:18:59 -05:00
4a5fbe88d3 bot: various improvements
trianta pushed to refactor at trianta/snakeplusplus 2024-08-03 20:42:37 -05:00
ff70b0dbd4 bot: fix pathfinding breaking
trianta pushed to refactor at trianta/snakeplusplus 2024-08-03 18:41:39 -05:00
35bbc152df core: implicitly set bot usage when no gui
trianta pushed to refactor at trianta/snakeplusplus 2024-08-03 18:40:40 -05:00
64c5c5d20e core: fix arguments check crash
trianta pushed to refactor at trianta/snakeplusplus 2024-08-03 18:34:19 -05:00
6e7ae19e8b core: fix not closing when window exits and add bot gameplay to be an argument
trianta pushed to refactor at trianta/snakeplusplus 2024-08-03 01:26:13 -05:00
722970eb12 core: fix various bugs and simplify things
trianta pushed to refactor at trianta/snakeplusplus 2024-08-02 21:23:52 -05:00
ccf5843e61 core: move various booleans to single bits in struct
trianta pushed to refactor at trianta/snakeplusplus 2024-08-02 19:50:51 -05:00
b9b771bc1c refactor: convert engine to a singleton
trianta pushed to refactor at trianta/snakeplusplus 2024-08-02 19:45:12 -05:00
0ff3ef3f62 refactor: remove all code from being in namespace
trianta pushed to refactor at trianta/snakeplusplus 2024-08-02 19:39:39 -05:00
d5c797d460 git: update gitignore for clangd stuff
trianta created branch refactor in trianta/snakeplusplus 2024-08-02 19:38:31 -05:00
trianta pushed to refactor at trianta/snakeplusplus 2024-08-02 19:38:31 -05:00
e5698ec96b cmake: update standard to C++23
trianta deleted branch dev from trianta/snakeplusplus 2024-08-02 19:36:28 -05:00
trianta deleted branch iterative from trianta/snakeplusplus 2024-08-02 19:36:27 -05:00
trianta pushed to master at trianta/snakeplusplus 2024-08-02 19:36:16 -05:00
eefc2bf60b Merge pull request 'add misc features to game' (#5) from iterative into master
03e2bf2748 git: update gitignore for cmake stuff
22da054dab controls: added adjusting game speed with - and +
b18ce89970 bot: added ability to skip display delay between specific generations
05f78d67fd Add iterative approach to deciding DFS and BFS
Compare 5 commits »
trianta merged pull request trianta/snakeplusplus#5 2024-08-02 19:36:15 -05:00
add misc features to game
trianta created pull request trianta/snakeplusplus#5 2024-08-02 19:36:09 -05:00
add misc features to game
trianta pushed to iterative at trianta/snakeplusplus 2024-08-02 19:34:13 -05:00
03e2bf2748 git: update gitignore for cmake stuff
trianta pushed to iterative at trianta/snakeplusplus 2024-05-20 01:20:10 -05:00
22da054dab controls: added adjusting game speed with - and +
trianta pushed to iterative at trianta/snakeplusplus 2024-05-20 01:06:02 -05:00
b18ce89970 bot: added ability to skip display delay between specific generations