• Joined on 2023-03-30
trianta pushed to master at trianta/snakeplusplus 2024-02-01 11:24:49 -06:00
a6c60ac3c4 Merge branch 'dev'
e2d0c5dac7 Mini style adjustment
Compare 2 commits »
trianta pushed to dev at trianta/snakeplusplus 2024-02-01 11:23:54 -06:00
1498110048 Merge branch 'master' into dev
4f7cacfc44 Merge pull request 'Added scoring and chance-based algorithm picking' (#3) from dev into master
Compare 2 commits »
trianta created pull request trianta/snakeplusplus#4 2024-02-01 11:23:45 -06:00
Minor code style fix
trianta pushed to dev at trianta/snakeplusplus 2023-11-05 19:08:49 -06:00
e2d0c5dac7 Mini style adjustment
trianta pushed to master at trianta/cpp-unity-template 2023-10-24 15:00:15 -05:00
6c367771ea Update 'README.md'
trianta merged pull request trianta/snakeplusplus#3 2023-10-24 00:55:31 -05:00
Added scoring and chance-based algorithm picking
trianta pushed to master at trianta/snakeplusplus 2023-10-24 00:55:31 -05:00
4f7cacfc44 Merge pull request 'Added scoring and chance-based algorithm picking' (#3) from dev into master
5dce9b677d Added scoring and chance-based algorithm picking
da6ceebb55 Added displaying score
014aaffc0a Merge pull request 'Update dev from master' (#2) from master into dev
Compare 4 commits »
trianta created pull request trianta/snakeplusplus#3 2023-10-24 00:55:26 -05:00
Added scoring and chance-based algorithm picking
trianta pushed to dev at trianta/snakeplusplus 2023-10-24 00:54:34 -05:00
5dce9b677d Added scoring and chance-based algorithm picking
trianta pushed to dev at trianta/snakeplusplus 2023-10-23 21:33:52 -05:00
da6ceebb55 Added displaying score
trianta pushed to dev at trianta/snakeplusplus 2023-10-18 09:42:28 -05:00
014aaffc0a Merge pull request 'Update dev from master' (#2) from master into dev
9bb4b8ebca Increased survivability with DFS when no path
df4990febd Merge pull request 'Added better algorithm for snake AI' (#1) from dev into master
Compare 3 commits »
trianta merged pull request trianta/snakeplusplus#2 2023-10-18 09:42:27 -05:00
Update dev from master
trianta created pull request trianta/snakeplusplus#2 2023-10-18 09:42:22 -05:00
Update dev from master
trianta pushed to master at trianta/snakeplusplus 2023-10-16 12:35:26 -05:00
9bb4b8ebca Increased survivability with DFS when no path
trianta pushed tag V1.0 to trianta/snakeplusplus 2023-10-13 19:40:24 -05:00
trianta released V1.0 at trianta/snakeplusplus 2023-10-13 19:40:24 -05:00
trianta pushed to master at trianta/snakeplusplus 2023-10-13 19:37:11 -05:00
df4990febd Merge pull request 'Added better algorithm for snake AI' (#1) from dev into master
0ce07fa88d Minor settings adjustments
e6797fa193 Split into BFS at first and DFS after
b8a6a8d195 Replaced simple snake bot with AI
Compare 4 commits »
trianta merged pull request trianta/snakeplusplus#1 2023-10-13 19:37:11 -05:00
Added better algorithm for snake AI
trianta created pull request trianta/snakeplusplus#1 2023-10-13 19:36:59 -05:00
Added better algorithm for snake AI
trianta pushed to dev at trianta/snakeplusplus 2023-10-13 19:35:26 -05:00
0ce07fa88d Minor settings adjustments