Building Flappy bird project #70
Replies: 1 comment 2 replies
-
@Mohammed2021-coder So sorry for the late response. I have been very busy lately. So, hopefully you noticed that the repository does include a console Flappy Bird clone, so one way to start could be to review that example. Flappy Bird is a pretty simple game to code though. Generally you have a fixed speed at which the map scrolls with randomly generated obstacles that force you to be at specific heights, and the only input from the player is if they flap their wings to trigger to set an upwards velocity. There needs to be a downwards acceleration, so ever frame/update you need to reduce the birds vertical velocity by a set amount. If you are not aware there is a C# discord server with lots of people who can help here: https://discord.gg/csharp. I am also a member on there, and feel free to ping me. I also have a discord server if interested here: https://discord.gg/c3r4E4zN. But keeping the conversation here is totally fine too. Did you already create a project? If yes what type of project did you create? Console? WinForms? Web? etc. Also, feel free to share your code and what you are currently stuck on and I can offer specific help. |
Beta Was this translation helpful? Give feedback.
-
Hello there,
I would like to know how to start building a project like Flappy bird for practicing purposes.
Thank you
Kindly,
Beta Was this translation helpful? Give feedback.
All reactions