Nicolas: What is the main programming language for video games?
Id like to learn programming and I want to program games..
The BIG problem is that 1.I don’t know how to program stuff.
2.I don’t know what program to use to start programming
note:I’m 13yrs old so I might have trouble programming.
Answers and Views:
Answer by tbshmkr
C++
=
Code::Blocks
https://www.codeblocks.org/downloads/5
codeblocks-8.02mingw-setup.exe
–
Tutorials online:
https://www.cplusplus.com
https://www.cprogramming.com/tutorial.html
–
Free Electronic Books
–
Thinking in C++ 2nd Edition by Bruce Eckel
Volume 1 & Volume 2
–
Structure and Interpretation of Computer Programs
by Harold Abelson and Gerald Jay Sussman with Julie Sussman
HTML
https://mitpress.mit.edu/sicp/full-text/book/book.html
PDF
–
How to Design Programs
by Matthias Felleisen, Robert Bruce Findler, Matthew Flatt and Shriram Krishnamurthi
https://www.htdp.org/
You won’t have trouble, I guarantee. Age is irrelevant to programming (I started programming at 13) and if I had known about it earlier, I would like to start even earlier.
There is no such thing as “main programming” language in video games. Many games uses C-family language, but the C-family is relatively difficult for beginners. I recommend either python or Visual Basic:
– https://www.python.org/
–
Google for tutorials on programming (for beginners usually you’d want tutorial on the specific language you have chosen, later on you can read about more abstract concepts that are independent of languages). There are hundreds of thousands of free resources for learning programming in the internet, it is often unnecessary to buy books or find teachers.
You might find programming easier than you might think.
Leave a Reply