+ 3
Coding games
How do ya code a game
2 odpowiedzi
+ 13
Useful information about game development:
https://www.sololearn.com/discuss/761432/?ref=app
https://www.sololearn.com/discuss/625747/?ref=app
https://www.sololearn.com/discuss/448721/?ref=app
+ 4
Well, that’s a complicated process, not easily explained in one post. There are many ways to code games. Simple games can be made with web languages such as HTML, CSS, and JavaScript, while most games are coded in C++ or C#. For indie devs, game engines such as Unity or Unreal are often used, as they speed up development extremely well.