0
I Use This!
Inactive

Commits : Listings

Analyzed about 12 hours ago. based on code collected about 17 hours ago.
Apr 18, 2023 — Apr 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
DesktopStartUp should use all Wall constants. More... over 11 years ago
Maze.contains() was checking wrong array length. More... over 11 years ago
Fixed errors in Wall constants. More... over 11 years ago
TileArtist should paint off-maze tiles. More... over 11 years ago
Logic should reject moves after game finished. More... over 11 years ago
GUI should display message boxes. More... over 11 years ago
Wrote code to make the game runnable. More... over 11 years ago
Added event handling in keyReleased(). More... over 11 years ago
Implemented TileArtist. Closes #10. More... over 11 years ago
GUI should use TileArtist. More... over 11 years ago
Fixed lines with extra spaces in Logic. More... over 11 years ago
implemented makeMove More... over 11 years ago
Implemented DesktopStartUp. Closes #17. More... over 11 years ago
Wall should be an enum. More... over 11 years ago
Implemented Character. Closes #7. More... over 11 years ago
Merge with master at https://github.com/jnels124/Lab-game.git. Closes #11. More... over 11 years ago
Drafted DesktopStartUp.java. More... over 11 years ago
Added constant for the cardinal directions in Direction. More... over 11 years ago
Merge pull request #21 from preciado42/patch-2 More... over 11 years ago
Update src/TileArtist.java More... over 11 years ago
Wrote GB tests for Logic. Closes #1. More... over 11 years ago
Test map was broken. More... over 11 years ago
Direction should have better comments. More... over 11 years ago
Implemented Logic: Need to implement setGameEvents Listener and makeMove More... over 11 years ago
Implemented Maze More... over 11 years ago
Wrote tests for GUI. Closes #19. More... over 11 years ago
Created TestInstrumentLogic. More... over 11 years ago
Finished writing GB tests for Coordinate. Closes #6. More... over 11 years ago
Finished merge with jessie/master. More... over 11 years ago
Wrote GB tests for Maze. Closes #2. More... over 11 years ago