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