0
making a game using Java
I am making a flappy bird kind of game. But I want it to jump once doesn't matter how long you press the jump button. In other words I want jump command to break after one jump then to jump again player should press again. I am not so good programmer. So need help in simplest java code. Please reply as soon as possible. Thanks in advance.
7 ответов
+ 1
A nice tutorial on the basics of "Fappy bird":
https://m.youtube.com/watch?v=cXgA1d_E-jY
and the conversion to "Clappy bird":
https://m.youtube.com/watch?v=aKiyCeIuwn4
0
Thats not java i think. Still I'll try to do that in java.
Anyway, Thanks a lot.
0
Other answers are also welcome
0
My bad, it's JS but the same concepts apply except for the array (of obstacles) handling that differs between the two languages
0
for that obstacle i have other thing, a little lengthy but it will work. I need to try this JS in java. Hope I'll get what I am looking for.
0
BTW just below the video I linked there was this:
https://m.youtube.com/watch?v=I1qTZaUcFX0
It says Programming Flappy Bird in Java! (Full Tutorial)
I'm not sure about its content as i didn't watch it.
hopefully can be helpful to your project.
0
okay I'll watch it too. Thanks seamiki