Skip to content

A secret government laboratory has been creating deadly viruses. Your mission is to hack into the lab's computer system and shut it down before it's too late!

Notifications You must be signed in to change notification settings

alice-cai/laboratory-lockdown

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Laboratory Lockdown

It has been discovered that a secret government lab has been creating deadly viruses for use as biological weapons. It's up to you to stop them before it's too late! Your mission is to hack into the laboratory's computer system and shut down the power source. Do you have what it takes?

Click here to play! (It may take a while to load if the Heroku web dyno has gone to sleep.)

---

This is a web-based puzzle game that is played from a simulated Linux command line. Feel free to use the internet to help you solve the challenges!

Tools & Technologies

The frontend was created with TypeScript, React-Redux, and Material UI. The backend was created with Flask.

Game Screenshots

intro screen

gameplay

map

Inspiration

This game was heavily inspired by Mu Complex. I played it when I was a kid and loved the concept so much I wanted to make my own shitty version of it - check it out if you love hacking/puzzle/adventure games!

Development Instructions

Server

Start the virtual environment and install dependencies:

python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt

Start the server:

python3 server/app.py

Frontend

Navigate to the react-app directory and run the following commands:

npm install
nodemon --exec yarn build --watch ./src -e tsx,ts,js,jsx,json,html,css