Skip to content

andrewrk/lemming

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Your Game Title


Entry in PyWeek #12  <http://www.pyweek.org/12/>
URL: http://pyweek.org/e/lemming
Team: Superjoe Software
Members: Andrew Kelley
License: see LICENSE.txt
Special Thanks: Tyler Heald for the Factory bg music and credits song.


Running the Game
----------------

Make sure you have python 2.6.5 or later installed, pyglet, and avbin

  python run_game.py


How to Play the Game
--------------------

Use the in-game text to help you learn.
Arrow keys: move
1:          belly flop
2:          explode

This is explained in-game.

IF THE GAME CRASHES or becomes slow, restart the program and hit continue.

Development notes 
-----------------

Creating a source distribution with::

   python setup.py sdist

You may also generate Windows executables and OS X applications::

   python setup.py py2exe
   python setup.py py2app

Upload files to PyWeek with::

   python pyweek_upload.py

Upload to the Python Package Index with::

   python setup.py register
   python setup.py sdist upload

About

pyweek 12 entry

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages