0

Game development

Hey, so I really want to get into the back end of making games. What should I be putting my focus in?

20th Nov 2024, 4:15 PM
Zayzay
Zayzay - avatar
4 odpowiedzi
+ 4
Learn a programming language. Aside from programming, some maths will be helpful.
20th Nov 2024, 5:47 PM
Lisa
Lisa - avatar
+ 3
That depends of a bunch of different things in addition to what Lisa said. Just like there's different asepcts of web development, same with game, such as choosing which engine you want to work with. Only you know what you like so you can start off with some research (which will come in handy for reading documentation anyways) and see which things tickle your fancy. You can read this for some pointers on how to research with this: https://sololearn.com/compiler-playground/W0uW3Wks8UBk/?ref=app
20th Nov 2024, 6:54 PM
Justice
Justice - avatar
+ 3
Game development can take many forms. Many 3D games are developed using Unity, Unreal, or Godot. All of those platforms support connecting to databases and multiuser features. But they might be overkill if the game is simple. Some games are best with HTML and JavaScript. A classic multiplayer game like you might find on Steam will have a front-end built with Unreal or Unity and the back-end will likely be built using C++ and SQL. Consider the high volumes of people who play MMORPGs. Those back-ends are intense and include multiple servers, service brokers, etc. If you want to work for a AAA game company and work on MMORPG games, you'll definitely want to know C++ quite well.
20th Nov 2024, 9:14 PM
Jerry Hobby
Jerry Hobby - avatar
+ 2
Jerry Hobby said, but also add C#, Lua in the mix
21st Nov 2024, 1:11 AM
Bob_Li
Bob_Li - avatar