IT Simulator
- 2 Devlogs
- 8 Total hours
You are in front of a terminal where you have to identify a problem and find a solution.
You are in front of a terminal where you have to identify a problem and find a solution.
Devlog 2
SYSADMIN_SYS (v1.1.0), a frontend IT support simulation built from scratch using pure HTML, Tailwind CSS, and vanilla JavaScript. The app drops players into a retro green CRT monitor terminal where they choose a target operating system (Linux Bash, Windows PowerShell, or macOS Zsh) and solve 9 unique, realistic trouble tickets. Instead of clicking multiple-choice options, players must use an authentic command-line workflow: typing diagnose to scan system logs, isolating faults like rogue mining PIDs or unallocated network interfaces, and executing the exact syntax-correct administration scripts to fix the system. I wrote custom string parsers to validate user inputs and implemented a localized leaderboard using localStorage to track performance speedruns across every difficulty tier. The code is 100% open-source, dependency-free, and pushed to GitHub!
Hello,
My name is Austin and I am currently a student enrolled at my local Technical High School. I am currently working on my new game. It is a Simulator based game. It is called IT Simulator. The goal of the game is to see how long it takes you to identify the problem, then find a solution to the problem. You can choose the level you want (Difficulty) and the Target Architecture (OS).
Currently this is all that the game has. The game has its main index.html file. This is the default home page to my game. Hopefully tomorrows devlog can include one of the levels and I can show you all the game working. Thanks for your support!