Skip to content

nmcalabroso/Sumon

Repository files navigation

SUMOn

Installation

Dependencies

First, install all required dependencies:

$ sudo apt-get update && sudo apt-get upgrade
$ sudo apt-get install python-pip python-dev python-setuptools python-imaging build-essential python-virtualenv virtualenvwrapper libpq-dev

Then, create our virtual environment:

$ mkvirtualenv game_dev
$ workon game_dev

Note: Restart might be needed before the command mkvirtualenv be available

Your prompt should now look similar to this:

(game_dev)neegool@bulalo ~ $

Next, from within the virtual environment, we install pyglet.

pip install --upgrade http://pyglet.googlecode.com/archive/tip.zip

For audio support, install pyglet's AVBin. Download the source code from https://code.google.com/p/avbin. Extract and install the library.

cd /my/dir/avbin-linux-x86-64-7
sudo ./install.sh

Project

Clone our repository, and switch to that directory (make sure you've been added to the repo as a collaborator. Otherwise, kindly inform me so that I can add you)

$ git clone https://github.com/nmcalabroso/Sumon.git
$ cd Sumon

༼ つ ◕_◕ ༽つ GIFF ME MP2 <3

About

University of the Philippines. CS 150 - Programming Languages. Game for Computer Science Week.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published