0
Do u think I can build games from the knowledge I gain in here?
4 Answers
+ 1
tamina. Completely depends on what type of game are you talking about!!
0
Gta? Ofcourse not haha
Word puzzles, chess, racing games?
0
tamina.
Yes, sl will teach you basics of coding which will help you in creating logics in your games such as word puzzles, chess and racing games. But I will recommend you to use various resources available on google if you wanna learn more after Sololearn advance course.
For example if you wanna create a game in web, then all the part you see on page goes into html and css and all the background concepts and logics goes into js.
Here is a popular example:
https://sololearn.com/compiler-playground/WQK06A75id02/?ref=app
0
For simple html games (turn based games, for example) the answer is: yes. For any futher game development: pixel art games, canvas 2d, 3d, WebGL, Unity etc. etc. you need solid grasp of programming language along with deeper understanding of graphics. Just start with basics here, take your time, don't rush it, it's not a race! You'll be gradually learning everyday, step-by-step. Good luck!