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

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.

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.