Skip to content

Pacman exercise from my MIT Full Stack development course.

License

Notifications You must be signed in to change notification settings

Mike-Veilleux/pacman-exercise

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pacman Exercise

HTML CSS JavaScript

This repo contains the pacman exercise from my MIT Full Stack development course.

Description

Create some Pacmans and have them bounce around. This exercise targets a few skills building

  • Dynamically create HTML elements
  • Moving elements around based on direction and velocity
  • Detection of boundaries for direction changes
  • Manage an update loop

Install

Clone this repo and launch the index.html file in your browser.

Live Demo

Click here to see this pacman mayhem in action on my website.

Roadmap

There are many upgrades possible for this project. Here's a few on my mind:

  • Collision detection among pacmans
  • Add Transform rotation to the pacman element to point in the direction it's heading
  • Big eat small system
  • Wall collision animation

Licensing

This project is under MIT license. Read more here...

About

Pacman exercise from my MIT Full Stack development course.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published