Skip to content
mike-snhu edited this page Aug 25, 2026 · 3 revisions

IT 140 Projects Wiki

Welcome to the supplemental Wiki for the text-based adventure game developed across Modules Five, Six, and Seven.

Start with the repository README.md. The repository contains the current step-by-step workflow. This Wiki explains how the three graded checkpoints connect and provides additional process guidance.

One Repository, Three Graded Checkpoints

Module Activity SDLC work Graded submission
5 Project One Analyze + Design Storyboard, map, move pseudocode, get-item pseudocode
6 Module Six Milestone Construct + Test reduced prototype move_between_rooms.py
7 Project Two Construct + Test complete game text_based_game.py

Create one personal it140-projects repository in Module Five and keep using it through Module Seven.

The Most Important Handoff Rule

The Module Six milestone uses a small provided dragon-game dictionary to practice movement, loops, branching, validation, and debugging.

It does not replace your Project One design.

In Project Two, return to your own Project One rooms, items, villain, map, and pseudocode. Reuse useful programming lessons from the milestone, not its sample world or exit ending.

Where Should I Start?

Module Five

Use:

  • Repository README.md
  • Repository analysis/README.md
  • Repository design/README.md
  • Project One Design

Module Six

Open the same repository and use:

Module Seven

Continue in the same repository and use:

Wiki Pages

Source Priority

When sources differ, use this order:

  1. Current activity Guidelines and Rubric in D2L Brightspace
  2. Instructor directions
  3. Current repository README and phase README files
  4. This Wiki

Submission, grading, deadlines, accommodations, and instructor feedback remain in D2L Brightspace.

Clone this wiki locally