devinstewart / solid-knights-dialer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Solid Knight's Dialer

My implementation of Knight's Dialer App. From Kyle Simpsons's workshop on Thinking in Algorithms.

This implementation is using SolidJS.

Example

Hover over the buttons to see the possible moves.

Click on the buttons to see:

  • The number of distinct paths based on the "Hops to take" input.
  • The number of acrylic moves that can be made from the clicked position.

Example

Installation

npm install

Usage

npm run dev

Build

npm run build

This will create a dist folder with the build files. You can then serve the files with any static server.

License

MIT (See LICENSE file)

About

License:MIT License


Languages

Language:JavaScript 87.3%Language:CSS 7.4%Language:HTML 5.3%