• Joined on 2023-03-30
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
Trianta pushed to dev at Trianta/snakeplusplus 2023-10-13 19:22:16 -05:00
e6797fa193 Split into BFS at first and DFS after