Giter Club home page Giter Club logo

flappyskyingbird_kivy_python's Introduction

FlappySkyingBird_Kivy_Python

Flappy Bird

Flappy Bird is an arcade game in which the player controls the bird Faby, who is always moving to the right. Faby must be navigated between pairs of pipes with equal-sized holes created at various heights by the user. When the player presses the touchscreen, Faby lowers automatically and only ascends when the player hits the touchscreen again. The player receives one point for each successful pass through a pair of pipes. When you collide with a pipe or the ground, the game is over. The player receives a bronze medal if they score 10 or more points, a silver medal if they score twenty points, a gold medal if they score thirty points, and a platinum medal if they score forty points during the game over screen.

Kivy

Kivy - Open source Python library for rapid development of applications that make use of innovative user interfaces, such as multi-touch apps.

Basic Syntax

from kivy.app import App
from kivy.uix.button import Button 

class TestApp(App):
    def build(self):
         return Button(text='Hello World')

TestApp().run()

Requirement

Install Pycharm Install Python

Libraries in Python: Kivy

Open Command Shell then,

pip install kivy

flappyskyingbird_kivy_python's People

Contributors

amrutmuj avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.