A small doubt | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 4

A small doubt

Hello everyone. I am kinda new to sololearn and I have completed some courses as well. I was just wondering, how am I supposed to make apps/games with my knowledge of these languages? And how do games work? Does it entirely depend on my code or are there some IDEs? I have used some engines like Unity and CryEngine so I have some game making experience but is there a way to make games with 100% code?

17th Dec 2017, 10:00 AM
Arfaan
Arfaan - avatar
3 Answers
+ 3
Well, technically if you browse through the Code Playground you will find many games made entirely out of code. Games made with other Game Engines all are also technically made entirely out of code; they just simplify the process for you. You could write all the code yourself, but that'd be exceedingly boring to do. 😉
17th Dec 2017, 10:21 AM
blackcat1111
blackcat1111 - avatar
+ 6
all codes run through compilers. the only way to have just code, is machine code. otherwise it's programs running programs running programs. keep in mind, Sololearn repl code playground restricts you massively. on a pc it'll be much less restrictive
17th Dec 2017, 12:49 PM
Ahri Fox
Ahri Fox - avatar
+ 1
Thank you for the answers. I have seen some space fighter games made entirely with HTML in this community.
17th Dec 2017, 1:50 PM
Arfaan
Arfaan - avatar