ksog66 / ChessDsa

Knight's Tour and N-Queen dsa problem implemented in android application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chess Dsa

This android application has event driven implementation of N-queen and Knight's Tour in a form of simple game using button and imageView

N-Queen

N-Queen fragment has 6*6 ImageView. User can click and try to put 6 Queen such that no one attack each other.

WhatsApp.Video.2021-05-24.at.21.57.06.1.mp4

Knight's Tour

Knight Tour Fragment has 5*5 ShapableImageView. The horse initial position is (0,0) and user have to traverse whole garden.Each correct step count as Score and User can see the high score and his current score.

WhatsApp.Video.2021-05-24.at.21.57.06.mp4

About

Knight's Tour and N-Queen dsa problem implemented in android application


Languages

Language:Kotlin 100.0%