Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/levg34/equusregina
What are the possible moves with a horse to get from A to B ?
https://github.com/levg34/equusregina
board chess horse optimization
Last synced: about 7 hours ago
JSON representation
What are the possible moves with a horse to get from A to B ?
- Host: GitHub
- URL: https://github.com/levg34/equusregina
- Owner: levg34
- Created: 2016-12-14T11:49:04.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-10-16T20:41:15.000Z (about 1 year ago)
- Last Synced: 2023-10-17T09:24:21.957Z (about 1 year ago)
- Topics: board, chess, horse, optimization
- Language: JavaScript
- Homepage: https://levg34.github.io/equusregina
- Size: 493 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# EquusRegina
## What are the possible moves with a horse to get from A to B ?### Installation procedure
The last release of EquusRegina is running at https://levg34.github.io/equusregina/If you would like to run the master on your own computer, [clone](https://github.com/levg34/equusregina.git) or [download zip](https://github.com/levg34/equusregina/archive/master.zip) of sources, then host or double click on ```equusregina/index.html```.
### User Guide
- Select the tool ```A (start)```, then click on the board to place this point.
- Select the tool ```B (finish)```, then click on the board to place this point.
- Click on ```Solve``` button to solve, the number of steps of this solution will be displayed next to it.
- You can (optional) click on ```Solve again``` as much as you want to have a solution with less steps.
- Then, select a solution below the board, and click ```View```. The first step will be displayed.
- Click ```Next``` to see the next steps. When no more steps are to be displayed, this button disappears.
- You can (optional) click on ```Solve again``` to add more solutions.### Class Diagram
![alt text](https://github.com/levg34/equusregina/blob/master/doc/class_diagram.png "Class Diagram")