https://github.com/lippiece/knights-travails
Functional try on the knight's minimal moves problem
https://github.com/lippiece/knights-travails
Last synced: over 1 year ago
JSON representation
Functional try on the knight's minimal moves problem
- Host: GitHub
- URL: https://github.com/lippiece/knights-travails
- Owner: Lippiece
- Created: 2022-09-23T08:03:31.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-05T14:03:30.000Z (over 3 years ago)
- Last Synced: 2025-01-17T08:17:48.722Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 287 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# knights-travails
Functional try on the knight's minimal moves problem
## Skills used
- JavaScript functions
- JavaScript array methods
- JavaScript objects
- DOM manipulation
- Node
- Webpack
- npm
## [Odin Project's curriculum lesson page](https://www.theodinproject.com/lessons/javascript-knights-travails)