zakwarren / helpdesk-off-and-on

The hotly anticipated sequel to the classic text-based adventure game. Play as a new, bright-eyed IT helpdesk technician who must help customers with their IT issues, avoid disaster, and improve your skills one ticket at a time.

Home Page:https://zakwarren.github.io/helpdesk-off-and-on

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Helpdesk Simulator 2: Turn It Off and On Again

The hotly anticipated sequel to the classic text-based adventure game. Play as a new, bright-eyed IT helpdesk technician at Incompecorp. Your job is to help customers with their IT issues, avoid disaster and improve your skills one ticket at a time.

Play it at Helpdesk.

How to run development environment

You need Node.js installed on your machine. Simply download the installer from nodejs.org and go through the installation steps.

Once Node.js is installed, open your command prompt or terminal and navigate into this project folder. The you can install the dependencies using:

npm install

Once all the dependencies are successfully installed, you can run the tests with:

npm test

You can run the development server with:

npm start

Then you can visit localhost:3000 to see the running application.

Authors

  • zakwarren - Initial work

About

The hotly anticipated sequel to the classic text-based adventure game. Play as a new, bright-eyed IT helpdesk technician who must help customers with their IT issues, avoid disaster, and improve your skills one ticket at a time.

https://zakwarren.github.io/helpdesk-off-and-on

License:MIT License


Languages

Language:JavaScript 97.1%Language:CSS 2.2%Language:HTML 0.7%