L2 Text Game Skills

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 »

Python 2 Text Game Skills – 1

Haunted House – 1 The following will guide you through the development of a simple game. Other activities will add room, objects, inventories and enemies DecompositionBuilding a large project can be challenging. Breaking a complex problem into parts to allow it to be more easily understood and solve is called decomposition. It is the first

Python 2 Text Game Skills – 1 Read More »