Game mechanics and core components
I want this game to be as simple as possible so that we can complete it in the next few chapters. We will create a lot of scripts, prefabs, and possibly some assets too.
The main mechanics of the game will be as follows:
- The movement of the playable character (run forward, backward, and jump)
- Checkpoints
- Collectable coins
- Obstacles (we could animate some of them)
In most cases, when you have your own idea for a game, you will have a vision in your mind. You will know what sort of feel and gameplay you want to achieve. However, you won't know the tiny parts of the game and how they will work together to create the game you want. This is why planning is so important. Developing the game starts in your head, and then you have to create the documentation for your idea–even if the game is as simple as Jake on the mysterious planet. Don't be scared! You may not have to document the complete idea first, but trust me! It's worthwhile to have as much as you can written...