Overview
Atlassian Sourcetree is a free Git and Mercurial client for Windows.
Atlassian Sourcetree is a free Git and Mercurial client for Mac.
Drop Out
Drop Out is a little roguelike prototype using pygame to show some graphical effects.
Drop Out in action
Running the game
In order to run Drop Out, you have to follow the following steps
Install Python
In order to build the game, you need Python 2.7
Either download Python from its website, or use your package manager to get it.
PyMissle works fine with Python 2.7 (maybe it will run on Python 3).
Install Pygame
Visit pygame.org or use your package manager to get it.
Get the source!
Get the Drop Out source by cloning the Drop Out repository
$ hg clone https://bitbucket.org/BigYellowCactus/dropout
Run the game
You'll find a file named run_game.py
. Running this file starts Drop Out.