Skip to content

GoncaloRod/PacmanWars

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Pacman Wars

Pacman Wars is a group project made for game dev class.

The game is based on the original Pacman game, but introduces a second player. The main goal of the game is to catch as many points as possible to defeat the opponent player.

This game was proudly made using MonoGame.

Controls

Player 1 moves using W A S D keys and player 2 using Up Left Down Right keys.

Mechanics

As this game is based on the original Pacman a lot of mechanics are ported to our version with the introduction of some extra ones:

  • A player wins when the opponent player runs out of lives;
  • A player can beat the high score, but it is only valid if the player wins the game.