Client-Server PACMAN clone
- Clone this repository
- Create a virtual environment:
$ python3 -m venv venv
$ source venv/bin/activate
$ pip install -r requirements.txtOpen 3 terminals, in each terminal runonce:
$ source venv/bin/activateRun each application in it's terminal:
Terminal 1:
$ python server.pyTerminal 2:
$ python viewer.pyTerminal 3:
$ python client.pySprites from https://github.com/rm-hull/big-bang/tree/master/examples/pacman/data