Skip to content

Berulacks/ethosgame

Repository files navigation

ethosgame

A game for the OLPC XO laptops, written using PyGame

Current Status

The game is still in a very early stage of development, and I'm still ironing out it's most basic elements.

It currently is not ready to be run as a Sugar activity, but if you have python 2.7 installed, you can easily test it out by running the main game class (game.py).

Just make sure to install pygame, first! I would recommend using pip which can be installed from the linked website, or your favourite package manager.

The dependencies for pygame are (unless I am mistaken) as follows:

Ubuntu users can just run the following command to get their dependencies in order:

sudo apt-get build-dep python-pygame

Again, you may obtain binaries from the linked webpages, but I would recommend using a package manager such as apt or yum.

Once you have all the dependencies installed, just run

pip install pygame

as root* and you will be ready to run the game:

python game.py

*You might want to use a virtualenv, but that's your choice entirely. I would recommend it, though.

About

A game for the OLPC XO laptops, written using PyGame

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages