The Golden Egg Drop tutorial will introduce you to creating a game using the TurtleBrains framework. First a sprite will be set as a backdrop, then basic creating basic entities that interact and collide, and finally finishing with a few sound effects.
- Create the EggDropGameScene derived from tbGame::GameScene
- Add a backdrop image using tbGraphics::Sprite
- Create and add the BasketEntity derived from tbGame::Entity
- Create the EggEntity
- Add the Gameplay
- Add Sound Effects using tbAudio::AudioManager
First Step: Create the EggDropGameScene