Skip to content

Latest commit

 

History

History
36 lines (34 loc) · 1.28 KB

File metadata and controls

36 lines (34 loc) · 1.28 KB

Time Escape

Overview

Time Escape is an adventure puzzle escape game, where you play mini-games that transform from “retro” to “modern” as you play. Beginning with a text-based escape room, you must pass an 8-bit arcade puzzle, navigate Wiki links, beat Snakes & Ladders & PowerUps, escape an SMS chat, jump through a modern-style 2D platformer, and finally, give an AI chatbot the secret code. The games all vary in difficulty and skill required. Any game can be skipped by pressing the escape key. A speedrun stopwatch runs throughout the ~20 minute exciting playthrough.

Run our project

  1. Open a terminal, clone the repo, and navigate in.
    git clone https://github.com/smurokh/hackrpi25.git
    cd hackrpi25
  2. Create a venv and activate it:
    • macOS / Linux (bash/zsh):
      python3 -m venv .venv
      source .venv/bin/activate
    • Windows (PowerShell):
      python -m venv .venv
      .\.venv\Scripts\Activate.ps1
    • Windows (cmd.exe):
      python -m venv .venv
      .\.venv\Scripts\activate
      
  3. Upgrade pip and install requirements:
    python -m pip install --upgrade pip
    pip install -r requirements.txt
  4. Run the project
 python launcher.py