About 388,000 results
Open links in new tab
  1. Flappy Bird game using python and PyOpenGL Library. - GitHub

    Navigate the bird through the gap in the pipes without hitting them. Flap to make the bird rise, fall through gravity to drop. Score increases by 1 for each pipe passed. Run python main.py to start the game. Flappy Bird game using python and PyOpenGL Library.

  2. tameemalaa/flappy-bird-OpenGL: Flappy Bird OpenGL - GitHub

    This game is a recreation of the popular mobile game where the player controls a bird and tries to fly between pipes without hitting them. The game is built using Python 3 and PyOpenGL library. The game is intended to be played in PCs that is running Linux or Windows.

  3. Flappy bird using OpenGL · GitHub

    Mar 27, 2020 · void game_end(int coll); void front(); void front() {char str1[]="FLAPPY BIRD"; char str2[]="3210"; char str3[]="AYUSH KUMAR"; char str4[]="CHETHAN BABU"; char str5[]="guided by:"; char str6[]="prof Ms.SARASVATHI V"; myinit(); glClear(GL_COLOR_BUFFER_BIT); glColor3f(1.0f, 0.0f, 0.0f); glRasterPos2f(230.0f, 260.0f); for(int i=0;i<strlen(str1);i++)

  4. How to Make a Flappy Bird Game in Python - The Python Code

    In this tutorial, we've explored the process of creating the iconic Flappy Bird game using Python and the Pygame library. With a straightforward and concise approach, we have built a game that challenges players to navigate a bird through a series of pipes with just a few lines of code.

  5. Sagexd08/Flappy-Bird-Game-using-Python - GitHub

    Flappy Bird, made with Python and pygame, offers engaging gameplay. Navigate a bird through pipes using precise controls, with dynamic physics, scoring, smooth visuals, and sound effects enhancing the experience.

  6. Modern OpenGL Maths: Flappy Bird OpenGL 3.3+ Video Tutorial ... - Reddit

    Aug 6, 2014 · Since we need a game to make, I chose Flappy Bird, as it's a simple yet elegant concept that will translate nicely into a tutorial series. This episode is about Maths: which is why I thought I'd give it its own post.

  7. A Video Tutorial Series on Making Flappy Bird from Scratch Using

    Aug 2, 2014 · We'll be making a clone of the game "Flappy Bird", except for desktop platforms, and using only modern (no legacy) OpenGL, particularly 3.3+. I've read many posts here on that ask for help learning modern, non-deprecated OpenGL, and this series will cover just that.

  8. yousef elsemeen / PyOpenGL-flappy-bird - GitLab

    Sep 13, 2022 · Flappy Bird game using python and PyOpenGL Library.

  9. Project On Flappy Bird in Python Using Pygame Module

    This document describes a project to recreate the mobile game Flappy Bird using the Pygame module in Python. It provides an introduction to Flappy Bird, the objectives and scope of the project, an algorithm and flowchart for how the game works, descriptions of the game's working principle and issues faced during development, future plans, and a ...

  10. How to make Flappy Bird Game in Pygame? - GeeksforGeeks

    Aug 31, 2021 · In this article, we are going to see how to make a flappy bird game in Pygame. We all are familiar with this game. In this game, the main objective of the player is to gain the maximum points by defending the bird from hurdles. Here, we …

  11. Some results have been removed
Refresh