Coding Task: 01.01 City of Gold

Congratulations!

You have successfully opened your first coding activity and are ready to start your journey into the world of programming with CS in Schools!

Your Task

The first activity that you’ll do is to play a game! This game is a program that is written in Python. It is similar to the final assignment for this course.

Requirements

  • Play the game, and have fun!
  • If you finish early, try drawing a map of the game on a piece of paper!
  • You can change the code if you want, but you don’t have to.

Example

Below is an example of how the program should run:

  .----------------------------------------------------.
 /  .-.                                            .-.  \
|  /   \         The Mysterious Quest for         /   \  |
| |\_.  |                                        |    /| |
|\|  | /|           the City of Gold...          |\  | |/|
| `---' |                                        | `---' |
|       |----------------------------------------|       |
\       |                                        |       /
 \     /                                          \     /
  `---'                                            `---'

You are a brave young adventurer looking for the
mysterious hidden city of gold.
You believe it is hidden in this forest somewhere and
after many weeks of exploring, you have discovered a
mysterious looking cave. You walk inside...

Press [enter] to play

To start playing, Run the program by clicking on the Run button below.

Scroll to Top