Sky High

COMP50 Final Project -- Spring 2012

View the Project on GitHub gsiu/50GDFinalProject

Sky High

Instructions                Screenshots

Developers: Amanda Bell, Tolga Zeybek, Gabriel Siu

This is the final project for COMP 50-GD, developed for Android using the pygame subset from pygame.renpy.org. It works with Android version 2.x.
This is a work in progress. Possible improvements for the game include:
improved images, more enemies, more levels, new sounds, and more.

To Play the Game

Download and unzip the file (or clone the directory).

If you have pgs4a fully installed (see pygame.renpy.org), copy the 50GDFinalProject folder into the pgs4a directory.
Then run the following code inside the pgs4a directory (after the first step -- configure -- you will have to answer a series of questions. For the question on where to store the files, choose 1 -- all internally. For the question asking if you would like to activate vibration, type VIBRATE and hit enter -- the game uses vibration as part of its feedback to players.):

 >> android.py configure 50GDFinalProject
 >> android.py build 50GDFinalProject release install

The install command will install the app onto an emulator or a connected Android device.

You can also play the game on your computer by running the following from inside the 50GDFinalProject directory (please note that the game does not behave quite the same way when played on the computer versus on a device):

 >> python main.py

Also, in the folder named android, we have included the bin folder with the latest .apk file, which will allow you to install the game on a device or emulator, as well as the AndroidManifest and other files from the build. See developer.android.com for more information.

Screenshots

Main Menu Start Game End Screen

Back to Top