Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dgomes/iia-ia-pacman

Client-Server PACMAN clone
https://github.com/dgomes/iia-ia-pacman

Last synced: 1 day ago
JSON representation

Client-Server PACMAN clone

Awesome Lists containing this project

README

        

# iia-ia-pacman
Client-Server PACMAN clone

![Demo](https://github.com/dgomes/iia-ia-pacman/raw/master/data/Screenshot%202019-11-14%20at%2015.55.22.png)

# Install

* Clone this repository
* Create a virtual environment:

```console
$ python3 -m venv venv
$ source venv/bin/activate
$ pip install -r requirements.txt
```
# How to run:
Open 3 terminals, in each terminal runonce:
```console
$ source venv/bin/activate
```
Run each application in it's terminal:

Terminal 1:
```console
$ python server.py
```
Terminal 2:
```console
$ python viewer.py
```
Terminal 3:
```console
$ python client.py
```

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