Buttons and Scissors is a puzzle game for the Sugar desktop.
Buttons and Scissors is part of the Sugar desktop. Please refer to;
- How to Get Sugar on sugarlabs.org,
- How to use Sugar,
- Download Buttons and Scissors using Browse, search for
Buttons and Scissors
, 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
Buttons and Scissors
, then download.
Buttons and Scissors depends on Python, PyGTK and PyGame.
Buttons and Scissors is started by Sugar.
Buttons and Scissors 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/buttons-and-scissors-activity.git
cd buttons-and-scissors-activity
python main.py
Running inside Sugar
- Open Terminal activity and change to the Buttons and Scissors activity directory
cd activities\ButtonsandScissors.activity
- To run
sugar-activity .