Starting the Actual Coding
Once you have made the concept for your game of choice, it is time to start making the code for the game. Having a concept ready allows you to know what you need for the game you're making. For example, if you have a horse in your game, you know you need a horse sound effect like:
Knowing what is needed ahead of time will make getting any assets easier to locate. When the coding starts and everything is ready, you will need to first figure out what coding language to use for making the game. There are multiple different coding languages and each are different in how the code works and how the code is set up. You will also need to understand how to code in the language you choose. Never start coding in a coding language you don't know anything about. Below is a video about some of the starting basics for game coding.