Challenge

Python 2 Text Game Challenges – 4

Haunted House Challenge 4 The following will guide you through the development of a simple game. Other activities will add room, objects, inventories and enemies. Using the coloured code below as a guide, modify and create your own code as shown in the coloured boxes: Done? Show your teacher and get your 8XP!Congratulations, you have

Python 2 Text Game Challenges – 4 Read More »

Python 2 Text Game Challenges – 3

Haunted House Challenge 3 The following will guide you through the development of a simple game. Other activities will add room, objects, inventories and enemies.CODING TIMEEnter the following code for the third stage and test it.In this third version of the game, the player’s moves and interactions are contained in dictionaries and lists. This make

Python 2 Text Game Challenges – 3 Read More »

Python 2 Text Game Challenges – 2

Haunted House Challenge 2 The following will guide you through the development of a simple game. Other activities will add room, objects, inventories and enemies.CODING TIMEEnter the following code for the second stage and test it.In this second version of the game, the player makes moves in many directions and either escapes or dies!– Using

Python 2 Text Game Challenges – 2 Read More »

Python 2 Text Game Challenges – 1

Haunted House Challenge 1 – 4XP The following will guide you through the development of a simple game. Other activities will add room, objects, inventories and enemies. CODING TIMEEnter the following code for the first stage and test it.In this first version of the game, the player makes only one single move and the quits

Python 2 Text Game Challenges – 1 Read More »