Simple 2-D game imitating a game of basketball written using Python 3 and PyGame.
To start a game left mouse click on 'Start' button.
To quit a game press 'q'.
To move a player press:
- up -> up
- down -> down
- left -> left
- right -> right
To throw a ball in:
- up direction press -> w
- down direction press -> s
- left direction press -> a
- right direction press -> d
