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!
The frontend was created with TypeScript, React-Redux, and Material UI. The backend was created with Flask.
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!
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
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