A fairly accurate clone of the original 1980 Pac-Man written in Java using libGDX
Go to file
Matt Low 961b4469c5 Add pacman controls.
Changed coordinates such that the center of a tile is now
tile_coordinate + 0.5 rather than tile_coordinate, which makes math make
more sense.
2019-12-24 22:35:02 +04:00
core Add pacman controls. 2019-12-24 22:35:02 +04:00
desktop Match the original Pacman dimensions 2019-12-24 12:51:42 +04:00
gradle/wrapper Move asset loading to central Assets object. Add joystix font 2019-12-24 15:32:52 +04:00
.gitignore Initial commit. 2019-12-23 23:07:24 +04:00
build.gradle Move asset loading to central Assets object. Add joystix font 2019-12-24 15:32:52 +04:00
gradle.properties Initial commit. 2019-12-23 23:07:24 +04:00
gradlew Initial commit. 2019-12-23 23:07:24 +04:00
gradlew.bat Initial commit. 2019-12-23 23:07:24 +04:00
settings.gradle Initial commit. 2019-12-23 23:07:24 +04:00