https://github.com/imran-riz/pacman
A JavaFX game to play Pacman
https://github.com/imran-riz/pacman
game pacman
Last synced: about 1 month ago
JSON representation
A JavaFX game to play Pacman
- Host: GitHub
- URL: https://github.com/imran-riz/pacman
- Owner: imran-riz
- License: apache-2.0
- Created: 2020-12-04T03:21:39.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-12T13:23:45.000Z (almost 3 years ago)
- Last Synced: 2024-05-28T11:59:11.462Z (12 months ago)
- Topics: game, pacman
- Language: Java
- Homepage:
- Size: 128 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Pacman
This is a project that I assigned myself and was able to finish in about two and a half weeks.
As the title suggests, it's a program to play pacman - it's got bonus food that when eaten allows pacman to eat the ghosts and all that stuff.I used the JavaFX API and at the time I worked on this build, I didn't know how to work with images so I used a circle to represent pacman and triangles to represent the ghosts.
The user controls pacman using the arrow keys. I created walls using squares and checked for collision using the coordinates of the walls and pacman. Pretty simple.
## Copyright 2022 by [Imran R.](https://github.com/imran-2003/)
### Licensed under [Apache License 2.0](https://github.com/imran-2003/Pacman/blob/main/LICENSE)