Good morning all (its morning by me)
I hope this is in the correct place and board.
I have a question if i may, I am currently studying web development and my question is, is this a good stepping stone to get into game development?
The reasons im asking is because i live games and i love game development, but do not have the time or money to go to a school to learn just game development.
I am currently studying web development threw Udemy which i think is also a nice safety net to have if i cannot get into game development.
The subjects im learning are HTML, CSS, MySQL, JavaScript, Java, Phython, and a bit of Objective C. are any of these viable to make games with or with a bit of further learning will it be easier to get into game dev?
i am looking more at making mobile games (android & ios) and indie games.
Any info would be much appreciated
Thanks
Replies
This way you only have to make the jump when you are able!
Your languages are fine, it's all about the logic and the game design, they can be made in any language after that.
Partake in game jams like ludum dare, make games all the time, brute forcing the learning process is the best way.
The vast majority of games are written largely or entirely in C++ (including Unity), so it pays to get familiar with the language. If you want somewhere to start, Unreal Engine 4 is free to download and use non-cmmercially, complete with the entire source code. They also have a monthly game jam.
The best way to get started is to just dive in at the deep end and start making games. If you take the UE4 route, try making something like Breakout first in the scripting system (Blueprints), then again in C++. It should server as a good learning exercise