Skip to content

Implemented the old school game with basic vanilla JS, HTML, and CSS.

Notifications You must be signed in to change notification settings

sumitkumarju/pacman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pacman

Vanilla javaScript Game with HTML and CSS

Kept the styling at a bare miniumum

In this game I have made Pac-Man move around the grid while avoiding walls, used the constructor method for all four ghosts to apply their unique characterisitcs to each one, including at what speed they move at. Clyde obviously being the slowest.

Next steps:

My next goal is to make a copy of this game and apply logic to the ghost moves. At the moment they are choosing a direction to go in at random. I want to apply logic that makes them move closer to wherever Pac-man is.

About

Implemented the old school game with basic vanilla JS, HTML, and CSS.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published