

In this video, we program Flappy Bird in Java, in a very simplistic form!
Be sure to leave a like, and subscribe for more!
Download my version of Flappy Bird!
Look at the source code over on github!
Hey everyone! Users 00WhiteBlade, Adeyemi Ibijemilusi have requested for me to create a side scrolling game, so I’ve done it!
source
How to draw the scenario 17:00. How to create the columns 22:30. How we can make the bird fly 33:20.
can you send me the solution
DO ANOTHER ONE AND TALK LOUDER AND STOP TPING SO FAST
For Some reason keyPressed event does not work for me…any reason that might happen?
which software you are use this game please tell me
Please clear your voice. You stupid.
This doesn't work
im just gonna save my time 48:15
This tutorial was extremely helpful! This gave me a much better understanding of java! Keep this up!
why it's upside down??
Yo I keep getting an error when I do the " for each loop" can you tell me why?
At 39:00 i gat an Error…
– The method get(int) is undefined for the type Rectangle 🙁
Anyone help pls? 😀
You're actually so awesome for not putting any ads in this
I found my next project for YouTube:
Programming Flappy Bird in Java clean code! (Full Tutorial)
Every thing in one "class" is just sad.
Interisting
System.out.println("Hello World")
Hey Dude..! How to import Bird picture Instead of Rectangle
Thanks for your video!! Could you explain more about the algorithm to set coordinate x of the columns
How to change the flappy bird icon ?
sir i hope you'd notice this, i really want to have your code. i've tried but there's so many problems. the output of the code is not similar to what it must have to, so please sir. can i have the code?
this is for school purposes
If you are using NetBeans, the keyboard shortcut Ctrl + Shift + I will fix all imports for the file.
how do i change it to the real flappy bird not a dot. plz helpp!!
Keep drawing the bird and coloms out of the place you draw the gui. This way you can choose different implementations.
new sub woo!
For columns = new ArrayList<Rectangle>();
I keep getting an error on the “()”
Does this work on netbeans? Please someone answer
in wich up are jou
The word you were looking for when talking about final variables being capitalised is the naming conventions.
how to give random colors to columns as we keep on passing the columns
your font is so fucking small its hard to follow the clip. There is a thing called comment in programming.and u used none. Code is ambiguous.i think u need some serious professional assistance.
Great video – how long have you been coding, when you made this video?
tip: when u do programming videos ZOOM IN THE CODE.
im not trying to be rude but its just most ppl that program have hard time reading xD thx for the video
I got a white screen. Anyone wanna help me out?
Is it possible to divide this class into individual classes?
I just want to say that, in the Objec oriented programming you should not use public variables. LIke Yes, it works, but it's not correct way to do it.
At 31:17 what does the math mean why did we multiply and subtract
Can someone explain
WHAT KIND OF ELIPSE U USE ??
Hello, your tutorial is really great bro. I wonder if I can create my own video in my language based on your tutorial and change a little bit so that people in my country can easy to follow, I will add link to your tutorial at the description. Thank you so much.
System.out.println("Thanks.");
nice one – hope your OO improved a bit – those cyclic dependencies between your classes are not exactly a good thing
I made an AI for this game, AI very smart :D, put the code after started {
this code(1 cycle):
for (int i=0;i<columns.size();i+=2)
{
if(columns.get(i).y-135<bird.y&&columns.get(i).x>bird.x&&columns.get(i).x<bird.x+520&&ticks%10==0)
{
jump();
}
}
and have fun!
How can you replace the square with an image?
thank you
how do i make it so it works with android?