A fairly accurate clone of the original 1980 Pac-Man written in Java using libGDX
Go to file
Matt Low eae226b5bb Render pellets on menu screen.
Add Level object which contains level data (in the form of
an 2D array of stateless LevelComponents), LevelLoader which loads
level data from a txt file.
2019-12-24 02:27:05 +04:00
core Render pellets on menu screen. 2019-12-24 02:27:05 +04:00
desktop Render pellets on menu screen. 2019-12-24 02:27:05 +04:00
gradle/wrapper Initial commit. 2019-12-23 23:07:24 +04:00
.gitignore Initial commit. 2019-12-23 23:07:24 +04:00
build.gradle Initial commit. 2019-12-23 23:07:24 +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