Activity 4.3.1: Terminus - Part 2 -
The goal of this activity is to expand on the "Terminus" text-based adventure game. In Part 1, you likely set up the introduction and the initial scanner input. In , you must implement the decision-making logic using Conditional Statements ( if , else if , else ).
// --- Intro/Setup (Often done in Part 1) --- System.out.println("Welcome to Terminus."); System.out.println("The year is 2045. You have reached the end of the known world."); System.out.println("You see two paths ahead of you."); System.out.println("Type 'left' to walk into the dark tunnel."); System.out.println("Type 'right' to walk towards the blinking light."); System.out.println("Type 'wait' to stay where you are."); System.out.println("What do you do?"); activity 4.3.1: terminus - part 2
is a pivotal lab in the Project Lead The Way (PLTW) Cybersecurity curriculum that teaches students to master the Linux Command Line Interface (CLI). Unlike traditional dry technical labs, this activity uses an interactive, text-based adventure game called Terminus to gamify the learning of complex file system navigation and administrative permissions. Overview of Terminus - Part 2 The goal of this activity is to expand
For example: