PyHockey
PyHockey is amazing computer game based on traditional air hockey. You can play it using your keyboard, as well as using your hand with turn on web cam. Hope you enjoy.
The game was created as a final project for class Python in the Enterprise on AGH University.
Getting Started
To run PyHockey you will be obligate to install Python 2.7 or newer (of course) and some additional packages.
Installing
-
Install pip
-
Install virtualenv
$ sudo pip install virtualenv
- Install Pygame
$ sudo apt-get build-dep python-pygame
- Install OpenCv
$ sudo apt-get install python-opencv
To install the additional application you need to do:
$ pip install -r requirements.txt
Running the tests
To run test please use Travis integration service
Running the jupyter notebook
To run test please first run parser.py then the notebook logs_parser.ipnb
Authors
- Eryk Jarocki - Member of developers team - erykjarocki
- Dominika Kusarek - Member of developers team - DKusarek
- Arkadiusz Michalik - Member of developers team - ArekMich
- Jagoda Palwal - Member of developers team - jpalwal
- Karolina Swistacz - Member of developers team - 5swistacz
Conclusion
Of course you can use this code, develop, change, and use it any way you need. Finally, feel free to let us know about your ideas.