Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 661 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 661 Bytes

PacMen-Exercise

Project Description

The PacMen factory game allows the user to create PacMen images on-demand that float randomly around the screen.

Here’s how the game is played:

When you click the “Add PacMan” button, a new pacman should appear at a random position on the screen.

When you click the “Start Game” button, the pacman or pacmen created should start moving at random velocity on the screen.

When a given pacman hits the edge of the screen, it should change position to stay within the frame of the web page.

Future work may include different colors of Pacman or adding in a Ms PacMan.

This repository uses the MIT license.