Skip to content

tjguk/breakout

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BreakOut - a PyGame Zero game

Team 1 made breakout at the London Python Dojo. Other teams will post their games on the ldnpydojo repo.

To run:

  • install python3.4 (guide)
  • if using virtualenv(wrapper): mkvirtualenv -p $(which python3.4) --system-site-packages pygame-zero
  • install pygame and pygame zero (instructions)
  • git clone git@github.com:tomviner/breakout.git
  • cd breakout
  • pgzrun breakout7.py

image

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%