Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 459 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 459 Bytes

PythonGames

Setup

  • $ git clone https://github.com/vporta/PythonGames.git
  • Environment: Python 3.6

Games

  • Pong
  • Space Invaders

Pong

  • filename hello_pong.py
  • run command: $ python hello_pong.py

Space Invaders

  • change to directory: SpaceInvaders
  • install packages using pip: $ pip install -r requirements.txt
  • run command: $ python space_invaders.py

Todo

  • Fix object collision bug in Space Invaders