Creating the classic PacMan with multiplayer twist!
https://polar-crag-66209.herokuapp.com/PacMan is a maze arcade game where the player controls the PacMan with the objective of eating all the dots while avoiding several ghosts which try to follow you. PacMan dies upon coming on contact with any of the ghosts and must try to eat all the dots in the enclosed maze. We are adding a multiplayer twist in the game which allows 2 player to go head to head. The one that stays alive with most lives and eats the most dots wins the game.
- Abdullah Meda
- Sadiq Shabbir
- Yasser
- Amaan
- Kevin
Our version of PacMan will be a multiplayer game that allows there to be a minimum of 2 players where the competitors compete to consume the most dots.
- Install Node.js
- CD into the game directory
- Run
npm install
- Run
node app.js
- Open
localhost:3000
on a browser
The game is current in the process of being turned into a multiplayer game!