html Phase 1 of the Office Space Subspace

Phase 1 of the Office Space Subspace

Where the Coffee Machine Eats Your Soul

Here, the coffee machine has finally taken over, and you're stuck in a never-ending loop of caffeine-fueled productivity.

Features:

Navigation:

			java
function officeSpacePhase1() {
  while (true) {
    print("You are trapped in the office.");
    print("The coffee machine is your only friend.");
  }
}