0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Apr 27, 2023 — Apr 27, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Actually documented Square this time. More... over 12 years ago
Merge branch 'master' of ssh://git.dsv.su.se/git/snakehead More... over 12 years ago
Adding documentation to Board and Square. More... over 12 years ago
Documenting GameObject. More... over 12 years ago
Merge branch 'master' of ssh://git.dsv.su.se/git/snakehead More... over 12 years ago
Fixing the ISSUE about snake debugging errors, like TOO_SLOW etc. More... over 12 years ago
[Minor] Snake no longer imports entire java.util More... over 12 years ago
Merge branch 'master' of ssh://git.dsv.su.se/git/snakehead More... over 12 years ago
Adding documentation to Direction.java. Might need some more elaboration, but I'm unsure. More... over 12 years ago
Merge branch 'master' of ssh://git.dsv.su.se/git/snakehead More... over 12 years ago
Rewriting GameResult More... over 12 years ago
Fixing the bug where snakes didn't age More... over 12 years ago
Documenting Metadata, both at member level and at class level. More... over 12 years ago
Added documentation to Snake.java. Also removed equals-method, since it doesn't seem to be used anywhere. More... over 12 years ago
Adding class-level documentation to GameState. More... over 12 years ago
Merge branch 'master' of ssh://git.dsv.su.se/git/snakehead More... over 12 years ago
Beginning to thoroughly document the methods in GameState. More... over 12 years ago
Making GameResult a little more independent. More... over 12 years ago
Adding an enum ErrorState for sending error states to the brains More... over 12 years ago
Adding two methods to Direction, turnLeft & turnRight More... over 12 years ago
Merge branch 'master' of ssh://git.dsv.su.se/git/snakehead More... over 12 years ago
Merge branch 'master' of ssh://git.dsv.su.se/git/snakehead More... over 12 years ago
Updated to use the new constructor in BrainDecision. More... over 12 years ago
Implemented willCollide(). Will hopefully work now. More... over 12 years ago
Adding new bot. CarefulBot will turn to the left every time it faces immediate danger. More... over 12 years ago
BrainDecision now takes Snake instead of Brain as an argument, to accommodate for the new changes in getNextMove. More... over 12 years ago
Fixing a very important whitespace More... over 12 years ago
Modifying names and visibility for the API More... over 12 years ago
Removed init() from Brain interface. Unnecessary. More... over 12 years ago
Removed init()-method. More... over 12 years ago