Skip to content

A collection of Python Games written in Python.

Notifications You must be signed in to change notification settings

vporta/PythonGames

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A collection of Python Games written in Python.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages