Excel – School Marks Sheet
Activity Create a Marks Sheet using the tutorial below
Excel – School Marks Sheet Read More »
Activity Create a Marks Sheet using the tutorial below
Excel – School Marks Sheet Read More »
Activity Follow the tutorial to install Libre Office on your Mac
Libre Office Install Read More »
Haunted House – 4 10 Add Rooms, Inventory and MonstersExtra Room and Items and Random Start functionThis code extends/expands the scope of the game by adding a kitchen, a lamp, a knife, a key and a dragon.These items are set in rooms using a random value (1, 2, 3) at the start, with corresponding changes
Python 2 Text Game Skills – 4 Read More »
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 »
Haunted House – 2 6. Adding More Movement:The following will guide you through the development of a simple game. Now to add two more features to make your game more interesting.* The game must keep going until the player enters quit or goes into a room and dies.* If a player tries to move outside
Python 2 Text Game Skills – 2 Read More »
Python 2 Text Adventure Games – 50XP Introduction A text game or text-based game is an electronic game that uses a text-based user interface, that is, the user interface employs a set of encodable characters, such as ASCII, instead of bitmap or vector graphics. Text-based games have been well documented since at least the 1960s,
Python 2 Text Adventure Games Read More »
Python 3 Text Game Skills – 4 Skills needed for: Python ASCII RPG Tutorial #4 (Shop, NPC, Boss Fight)Check off the skills you know – write a working example for each in your work book to earn a sticker.Any skills you are not sure of, go to: w3.schools.com/python. Describe each of the following coding and
Python 3 Text Game Skills – 4 Read More »