This repo contains Typescript type definitions for the Elevator Saga game.
npm install
or
yarn install
Write your solution in src/solution.ts
(link).
Make sure the solution in its entirety is within the solution
const.
Then run:
npm run copy
or
yarn copy
This will turn the contents into JavaScript and copy it to the clipboard - you should be able to paste directly into the game!