Challenge – Launching your space adventure!
Ready to start an out-of-this-world adventure? In this chapter, we’ve explored the basics of GitHub and version control. Now it’s time to put that knowledge into practice with your very own space-themed game: Space Explorer!
Your mission?
Launch the Space Explorer Game
repository on GitHub:
Figure 2.31 – Space Explorer game
Steps to success
Here are your steps to success:
- Fork the repository: Visit the official
Space Explorer Game
repository at https://github.com/PacktPublishing/GitHub-for-Next-Generation-Coders. - Click on the Fork button: This will create a copy of the game in your GitHub account—think of it like cloning an alien spaceship so you have one of your own!
- Clone your fork: Once you’ve forked the repository, it’s time to bring it to your computer. Use the
git clone
command in your terminal to clone the repository. (Need...