Skip to content

The PacmanS project is inspired from the classic legendary game Pacman updated for multiple players.

License

Notifications You must be signed in to change notification settings

Khoality-dev/PacmanS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PacmanS

The PacmanS project is inspired from the classic legendary game Pacman. The objective of our game is for the players to navigate Pacman through an enclosed maze, eating Pac-Dots to increase the score. The player with the highest accumulated score, wins the game. The game was written in Python utilizing pygame library for gameplay development and TCP socket for netwoking between server and players.

image

How to Use

  • Setup virtual environment, virual environment helps isolating all the dependencies from your global environment, this avoids conflicts if you have many Python projects that require different dependency versions.
# create new Python virtual environment venv
python -m venv venv
  • Activate Python virtual environment.
# Linux:
source ./venv/bin/activate

# Window:
.\venv\Scripts\activate
  • Install dependencies.
pip install -r requirements.txt
  • To play.
python main.py

Supported OS

Python version 3.7.8 on

  • Windows 10
  • Linux
  • MAC OS (Not tested)

About

The PacmanS project is inspired from the classic legendary game Pacman updated for multiple players.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages