Challenge – Navigating the stars in Space Explorer!
Hello, young space adventurers! In this chapter, you learned about some cool GitHub features for collaborating on projects. Here, you’ll apply these skills to improve your Space Explorer game with flying obstacles and stars. Are you ready to navigate this starry challenge?
Your mission?
Figure 4.30 – Space Explorer game screen
Integrate new features – collision detection and scoring – into your Space Explorer game using GitHub collaboration tools.
Collision detection: https://github.com/PacktPublishing/GitHub-for-Next-Generation-Coders/tree/main/Space%20Explorer%20Game/Game%20Obsticles%20-%20Colision%20detection
Steps to success
Follow these steps:
- Create a feature branch: In your GitHub repository for the...