akleemans / mortal-coil-js

A simple brute forcer with debugging UI for the mortal coil puzzle

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mortal-coil-js

A simple brute forcer with debugging UI for the mortal coil puzzle, implemented using P5 and TypeScript.

Mortal coil can be played at hacker.org or Hack The Web.

level

Features

  • Rendering and displaying a level
  • A naive brute forcer
  • (Planned) Displaying node states like visited/unvisited, start/end node
  • (Planned) Displaying neighbor edges
  • (Planned) Step-by-step navigation

Get started

To get started, you need Node.js, which comes with the npm package manager.

To install the dependencies (like P5 for drawing) for the first time, run

npm install

You can then run

npm run start

which should open your Browser at http://localhost:3000/ and show the UI. You can then edit src/app.ts and changes should appear as you save.

About

A simple brute forcer with debugging UI for the mortal coil puzzle

License:MIT License


Languages

Language:TypeScript 91.8%Language:HTML 8.2%