How do I even start coding. I mean I read everything but I still don't understand how to code | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 1

How do I even start coding. I mean I read everything but I still don't understand how to code

Game development

28th Feb 2022, 9:44 PM
Mansur Ibrahimgaya
2 Answers
+ 6
Start by writing simple code snips. Try to understand why they produce the output. Then start to learn some data structures and how they work. Soon you will be able to put together a simple program. Then build on that. Always remember though programing and development is more than just learning syntax of a language. Start small, build on what you know, before long you will be on the team to develop the next big hit game. Keep you head up, and keep learning. Start with a small project like a tic-tac-toe game. You will need to know how to take user input, store squares used, determine if a win is present, and complete the game.
28th Feb 2022, 9:49 PM
William Owens
William Owens - avatar
+ 2
Mansur Ibrahimgaya start with the basic concepts of languages and how they fit together. It appears you just arrived and started the python data science course which is a far from the scope of this question. Sololearn offers a basic course in game development which requires a bit of knowledge from html, css, and JavaScript. For more advanced games you will eventually need to learn about game engines and algorithms.
1st Mar 2022, 5:18 PM
BroFar
BroFar - avatar