Skip to content

Latest commit

 

History

History
35 lines (30 loc) · 582 Bytes

README.md

File metadata and controls

35 lines (30 loc) · 582 Bytes

iia-ia-pacman

Client-Server PACMAN clone

Install

  • Clone this repository
  • Create a virtual environment:
$ python3 -m venv venv
$ source venv/bin/activate
$ pip install -r requirements.txt

How to run:

Open 3 terminals, in each terminal runonce:

$ source venv/bin/activate

Run each application in it's terminal:

Terminal 1:

$ python server.py

Terminal 2:

$ python viewer.py

Terminal 3:

$ python client.py

Credits

Sprites from https://github.com/rm-hull/big-bang/tree/master/examples/pacman/data