In this section, you'll combine the skills you have learned so far to continue to build out your CLI game project with information that you'll gather from the Internet through an API. You will:
- Interface with an API
- Incorporate the data in your game project
Each piece of the project will build on concepts that you have covered in earlier sections of the course. This section will walk you through adding an API call to a name generator API to your game.
At the end of the section, you'll be tasked to integrate another API of your own choice into your gameplay.