Posts

Showing posts from November, 2025

MID-TERM PROJECT: SOFTWARE INSTALLATION - JS2

Image
  Project Title:  Installing and Documenting Application Software Project Objectives: By the end of this project, students should be able to: Understand the steps involved in installing software. Differentiate between types of software - System and Application Demonstrate practical knowledge of installing simple software. Document and present installation procedures.   Project Tasks: Each student should: Select one simple software to install — examples include: Microsoft Office (trial or educational version) VLC Media Player Paint.NET Google Chrome or Mozilla Firefox A small educational or utility app (e.g., Typing Tutor, PDF Reader) Document the installation process in a report with the following sections: a. Software name and purpose b. System requirements (RAM, OS, Disk space) c. Steps followed during installation (with screenshots if possible) d. Challenges f...

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...