$ git clone https://github.com/vporta/PythonGames.git- Environment: Python 3.6
- Pong
- Space Invaders
- filename
hello_pong.py - run command:
$ python hello_pong.py
- change to directory: SpaceInvaders
- install packages using
pip:$ pip install -r requirements.txt - run command:
$ python space_invaders.py
- Fix object collision bug in Space Invaders