mrhaz

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 »

Python 2 Text Game Skills – 3

Haunted House – 3 Pattern recognitionThe second stage of computational thinking is called pattern recognition. This involves finding patterns in data and making sense of data. 7. Data StructuresOne thing to notice about the last solution is that it requires lots of ugly IF, THEN, ELSE statements, with some even nested inside others!Your game only

Python 2 Text Game Skills – 3 Read More »