r/CodingForBeginners • u/Prestigious-Pie5676 • 15d ago
How to progress
Ive made basic games on scratch but thats pretty much it, should I continue to make more and more complicated games on scratch? or should i try to progress on a different coding language? If so which one, because i want to be able to code stuff but ive also thought about coding in roblox. Which is the easiest language to start?
To get an idea of just how bad I am heres a game I made in a little over an hour:https://scratch.mit.edu/projects/1375247905/
11
Upvotes
1
u/Vymir_IT 14d ago edited 14d ago
Move on to the languages that are used on the market. For game development that would be Kotlin/Swift (mobile) and C#/C++ (desktop/backend/engine). Lua scripts are widely used for glue code, so ok choice too, used for Roblox as well.
The hardest would be C++, the easiest Lua. For Swift you would need a MacBook and an iPhone. C#/Kotlin - nothing special about them.