Posts

Showing posts from November, 2025

KODU AND ROVER MAZE ADVENTURE - MID TERM PROJECT (JS1)

Image
  🎮 Project Title:    Kodu and Rover Maze Adventure 🧩 Project Overview: Students will design a simple maze game in Kodu Game Lab where Kodu or Rover must navigate through a maze to collect coins (or apples) and reach a goal. The project helps students learn basic programming logic , pathfinding , and game design principles. 🎯 Learning Objectives: By the end of the project, students should be able to: 1.   Create and design a 3D maze environment in Kodu. 2.   Program Rover or Kodu using basic conditions and actions. 3.   Use paths , scores , and goals in a simple game. 4.   Understand how to test and debug their Kodu programs. 🛠 ️ Project Steps: Step 1 – Create the Maze ·        Open Kodu Game Lab and start a new world . ·        Use the terrain tools to create maze walls (use ground raising or block tiles). ·        Leav...