Skip to content

devinstewart/solid-knights-dialer

Repository files navigation

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

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published