A simple python game using PyQt4 and OOP
- Python 3
- PyQt4
- Pyrcc4 (if you want to change images)
All the images are listed in images.qrc
.
In order to change these images you need to generate a new images.py
form images.qrc
using the following command:
pyrcc4 -o images.py images.qrc