Skip to content

♟Chess piece moves - program visualises chess piece moves traversing board 10x10

Notifications You must be signed in to change notification settings

alekslitvinenk/ChessPieceMove

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

♟ ChessPieceMove


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.

Test

To run unit tests type sbt test

Build

To build the app run ./build.sh

Run

  1. To run the app type docker run -p 8080:8080 alekslitvinenk/chess-piece-move
  2. Go to https://localhost:8080/
  3. Type in the form chess piece starting position
  4. Hit "Find and Play" button
  5. Observe piece moving animation

About

♟Chess piece moves - program visualises chess piece moves traversing board 10x10

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages