GameEngineDesign-S24 / AstraEngine

0 stars 8 forks source link

Investigation: Create Flappy Bird #18

Open jcollard opened 3 months ago

jcollard commented 3 months ago

Is it possible to create a Flappy Bird clone?

What features would make it possible / easier to implement?

maxwaldman8 commented 2 months ago

No, it is not fully possible yet, as you would need a sprite renderer to render the bird. Also, it would be useful to have a method to check whether a key is being pressed for the first time (something like IsKeyPressed()) for the jumping. There are also probably other things that are needed that I haven't ran into yet (collision detection for example).