Skip to content

HarendraSingh22/flappy-birds-activity

 
 

Repository files navigation

What is this?

Flappy Birds is an arcade game for the Sugar desktop.

How to use?

Flappy Birds is part of the Sugar desktop. Please refer to;

How to upgrade?

On Sugar desktop systems;

How to run?

Flappy Birds depends on Python, PyGTK and PyGame.

Flappy Birds is started by Sugar.

Flappy Birds 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/flappy-birds-activity.git
cd flappy-birds-activity
python main.py

Running inside Sugar

  • Open Terminal activity and change to the Flappy Birds activity directory
cd activities\FlappyBirds.activity
  • To run
sugar-activity .

About

An arcade game for Sugar XOs.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%