sugarlabs / make-them-fall-activity

A multilevel arcade game for Sugar
GNU General Public License v3.0
0 stars 11 forks source link

What is this?

Make Them Fall is a multilevel arcade game for the Sugar desktop.

How to use?

Make Them Fall is part of the Sugar desktop. Please refer to;

How to upgrade?

On Sugar desktop systems;

How to run?

Make Them Fall depends on Python, PyGTK and PyGame.

Make Them Fall is started by Sugar.

Make Them Fall is not packaged by Debian, Ubuntu and Fedora distributions.
On Ubuntu and Debian systems these required dependencies (python-gtk2-dev and python-pygame) need to be manually installed. On Fedora system these dependencies (pygtk2 and pygame) need to be manually installed.

Running outside Sugar

On Debian and Ubuntu systems;

sudo apt install python-gtk2-dev python-pygame

On Fedora systems;

sudo dnf install pygtk2 pygame

Running inside Sugar