Skip to content

maxandersen/Pacman

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Pacman

About

A JavaFX game to play Pacman

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 99.7%
  • CSS 0.3%