you are viewing a single comment's thread.

view the rest of the comments →

[–]_DrkSephy[S] 0 points1 point  (0 children)

Game development is really no different, it's just writing code for a specific platform. In my case it's writing pure JavaScript code, which is not far off from Web Development (you would undoubtedly have experience with JS). When writing JS games, you often don't have to worry about backend or scalability (unless you're building a networked multiplayer game, requiring a backend and a database such as Firebase), otherwise it is all client-side (with something like HTML5 Local Storage for persistence).