Pac-Man
Pac-Man is an old yet phenomenal game. We wanted to keep the spirit alive as engineers and developed a multiplayer version of the original game. We aimed nothing but brushing up our knowledge on web development.
Motivation
We are students of the Department of Computer Engineering at Middle East Technical University. We both took CENG498 course during Fall 15 and developed this project as course project.
Installation & How To Run
- Clone the project,
git clone git@github.com:oguzhanunlu/Pac-Man.git
- Go to directory,
cd Pac-Man
This project is composed of a Python library (see server.py
) and a Django project (see pacman/
).
Important Notice
You are likely to see a Django error like below,
You have unapplied migrations; your app may not work properly until they are applied.
Run 'python manage.py migrate' to apply them.
To fix that, simply running python manage.py migrate
command at main directory of Django project, pacman/
, is enough. Now you are safe to go.
- Run library first,
python server.py
- Fire up another terminal window,
CTRL+SHIFT+T
on Ubuntu - Time to run Django project now,
cd pacman && python manage.py runserver 0:8000
- Open a browser and type
localhost:8000
into address bar. - Press
Enter
and enjoy the game!
Contributors
License
Pac-Man is open sourced under GPL v2. See LICENSE
file.
Built by hugs and bugs in cold and grey city of Ankara, Turkey.