Game Making | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Game Making

How can I start in game development? Just a simple platformer game

12th Oct 2018, 10:59 PM
Perry Troutman
Perry Troutman - avatar
4 Answers
0
Game making is its own beast. Id say get really comfortable with either c language as java is more on the application side, but is still do-able with packets such as canvas or svg
12th Oct 2018, 11:50 PM
Evan Martine
+ 3
1. Choose a language. 2. Follow a tutorial to make a platformer game in the language you chose. 3. Make your own platformer game based on what you learnt from the tutorial.
12th Oct 2018, 11:07 PM
qwerty
qwerty - avatar
+ 1
Learn C# and download Unity3D (free) .. Its a great game engine that does 2D platforming very well. Learn C++ and download Unreal Engine. it's also free and great. Better than Unity some would argue, but with a steeper learning curve. Try GameMaker Studio. it's made for 2d games and has it's own built in language. Free Version (limited) Or do a google search for game engines and find the one for you and then choose a language from there. You can do as qwerty suggested and learn a language and do all the work yourself without an engine. Much harder when you get into things like physics and such.
12th Oct 2018, 11:32 PM
LordHill
LordHill - avatar
0
"Just a simple platform game" .... Consider that when making a game, nothing is really "simple" .... Every piece of it takes time and effort to get right.
13th Oct 2018, 10:16 AM
LordHill
LordHill - avatar