Challenge – Cosmic collaboration in Space Explorer!
This chapter took you through the essentials of crafting and collaborating on PRs in GitHub. It’s time to bring those skills to the forefront with our Space Explorer game. Let’s add some stellar backgrounds and refine the obstacle interaction!
Your mission?
Improve the Space Explorer game by adding a new background and refining the obstacle interaction, using PRs for collaboration and review:
Figure 5.38 – Space Explorer game
Do the following:
- Branch out for a new background: On GitHub, create a new branch from your main project named
feature-new-background
. This branch is your canvas to paint the cosmic backdrop of the game. - Integrate the new background: I’ve prepared some cool space backgrounds for you. Use the
git pull
command to get it into your localfeature-new-background
branch. Integrate it into the game. Feel the universe come alive! - Improve obstacle interaction...