Every application in YAKE is based on the “Real-time application framework”. Take a look at this tutorial to understand the basic structure of every YAKE-Application.
- RAF 1. The "minimal" sample.
These tutorials will guide us through creating Yet Another Pong game. From the very first tutorial we're able to play the game, but we will quickly add features and more depth to the system until each component feels comfortable.
- YAP 1. Pong, the basics.
- YAP 2. Adding 3D sound to your pong game.
- YAP 3. Loading the configuration settings from an XML file.
- YAP 4. Converting to physics-based movement/collision detection.
- YAP 5. Implementing a CEGUI menu system for Pong.
- YAP 6. Managing game states with a state machine.
- YAP 7. Using Key maps.
- YAP 8. AI opponent using script.
- YAP 9. Networking the Pong.
- YAP 10. YAP Afterthoughts.
These tutorials will highlight the features that only yake can do.