Skip to content

How to make Flappy Bird in Minecraft using Python

Minecraft Flappy Bird

Introduction

In this longer tutorial we walk through steps needed to recreate the Flappybird game using Minecraft and Python. A great project that can be achieved in about 60 lines of code!

Tutorial Video

Here is the full tutorial video. Make sure that you listen to the video as well as watching as I talk through all the steps and decisions I went through to code the project!

Full Code

Here is the full code I used in the Project. I have made a slight change to a couple of lines from what the original code was, just to iron out a couple of bugs!