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.
Player 1 moves using W A S D keys and player 2 using Up Left Down Right keys.
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.