Sonic Jump is an arcade game for the Sugar desktop.
Sonic Jump is part of the Sugar desktop. Please refer to;
- How to Get Sugar on sugarlabs.org,
- How to use Sugar,
- Download Sonic Jump using Browse, search for
Sonic Jump
, then download, and; - Refer the 'How to play' section inside the activity
On Sugar desktop systems;
- use My Settings, Software Update, or;
- use Browse to open activities.sugarlabs.org, search for
Sonic Jump
, then download.
Sonic Jump depends on Python, PyGTK and PyGame.
Sonic Jump is started by Sugar.
Sonic Jump 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
- Install the dependencies -
On Debian and Ubuntu systems;
sudo apt install python-gtk2-dev python-pygame
On Fedora systems;
sudo dnf install pygtk2 pygame
- Clone the repo and run-
git clone https://github.com/sugarlabs/sonic-jump-activity.git
cd sonic-jump-activity
python main.py
Running inside Sugar
- Open Terminal activity and change to the Sonic Jump activity directory
cd activities\SonicJump.activity
- To run
sugar-activity .