The application is meant to consume the starting position of a chess piece and produce the path by following which the piece will visit all the tiles on a board (10x10). App will render the produced path on a web page via bundled web application.
To run unit tests type sbt test
To build the app run ./build.sh
- To run the app type
docker run -p 8080:8080 alekslitvinenk/chess-piece-move
- Go to
http://localhost:8080/
- Type in the form chess piece starting position
- Hit "Find and Play" button
- Observe piece moving animation