Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/dgomes/iia-ia-pacman
- Owner: dgomes
- License: agpl-3.0
- Created: 2018-10-04T08:36:05.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-06-11T17:47:08.000Z (over 3 years ago)
- Last Synced: 2023-03-19T02:39:49.692Z (almost 2 years ago)
- Language: Python
- Size: 122 KB
- Stars: 2
- Watchers: 5
- Forks: 6
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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