samanyu

Results 21 comments of samanyu

I tried implementing this but failed :(

Yeah and add a logout button too

check #168

Already fixed in #151

@piyushhsainii I don't think that is the updated way to do it

@hkirat can you review the changes

> @SujithThirumalaisamy @Sama-004 > > Just use `chess.inCheck()` that is being used but how would you highlight the square king is on

> > When mapping through the board in the code, we get the access to piece and colour, can use that. > > something like piece === "k" and chess.inCheck()...