This is a single player Basketball-like game adapted from the usual iOS game called iBasket.
To be able to run the Game, it is needed to have a computer with Python3 and Pygame installed. To install Pygame on a Linux-Ubuntu based OS:
- open terminel
- run commands:
sudo apt-get install mercurial python3-pip libfreetype6-dev
sudo apt-get build-dep python-pygame
sudo pip3 install hg+http://bitbucket.org/pygame/pygame
To run the application in a Linux based environemt: 4. put the project folder in the eclipse workspace 5. open the setup.py 6. run from eclipse
1. open terminal
2. Change directory to the project's folder
3. do command #python3 setup.py
Use sublime or any other Python IDE
open the setup.py file
Run