Build a “Frogger” style game, where the player helps the Valkyrie to dodge the dragons and claim the treasure. You will learn how to implement simple and intuitive mechanics, restart and win conditions, fixed player movement and more as you create a game that’s playable across all modern platforms (mobile, desktop and web browser).
You will learn how to:
- Implement an intuitive UI and game controls
- Set up player and enemy Sprites
- Manage multiple sprites through Groups
- Detect User input and trigger character movement
- Understand collision
- Incorporate basic camera effects