Basic Game
By the end of this section, you'll be able to move the player and implement game loss conditions.
You will:
- Load and display sprites
- Respond to user input
- Query entities and components in more complex scenarios
- Use third party plugins to add extra functionalities
Switch to the branch:
git checkout 06-basic-game