What language is a game like flappy bird written in? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

What language is a game like flappy bird written in?

With so many languages out there, i wonder if there are certaon languages for certain operations. ex what is best for game? database? gos base app? etc. in other words can a simpme game like flappy bird be written in various languages? or is there a specific one for games/apps?

2nd Aug 2017, 8:48 PM
Grim Rodriguez
Grim Rodriguez - avatar
6 Answers
+ 11
flappy bird is like the "hello world" of game development imo. you could make it in 10 minutes if you really tried. anyway, you can make a game in any language. some are better than others. java for app game, javascript for web games, c++ for professional games or just powerful games. engines to be aware of are: unity (c#, modified javascript) for 3d unreal engine (c++) for powerful 3d gamemaker (modified javascript I think) for 2d
3rd Aug 2017, 2:00 AM
Ahri Fox
Ahri Fox - avatar
+ 11
pygame is a bit outdated. I think pyglet would be better.
3rd Aug 2017, 2:36 AM
Ahri Fox
Ahri Fox - avatar
+ 6
C# with Unity3d C++ with Unreal engine python with panda3d these 're for game development Flappy bird has been written in lots of languages, I've seen it in Java, C#, C++ and even Html and JavaScript
2nd Aug 2017, 9:37 PM
LordGhostX
LordGhostX - avatar
0
Do these languages require specific software ? what do you use to code?
3rd Aug 2017, 4:13 AM
Grim Rodriguez
Grim Rodriguez - avatar
0
I was goung through the code playground and i saw a pattern lock code. I saw he had HTML ,C++, java. I know the html was basically the page setup/space, .(ithink) {What is each one of those responsible for ib that code? can soneobe break it down for me?
3rd Aug 2017, 4:25 AM
Grim Rodriguez
Grim Rodriguez - avatar
0
prob gonna post that as new ?...
3rd Aug 2017, 4:26 AM
Grim Rodriguez
Grim Rodriguez - avatar