chess
chess copied to clipboard
A multiplayer chess platform
fixes #53 ### Changes Made 1. Chess website landing page UI updated ### UI Changes   
issue close #16 1. Auto Close logic after 1 min timeout 2. Can see your and opponents turn 3. Timer in the frontend for you and for the Opponent
So far built the landing page but soon I'll add the video Just need some advice - should I use heavy animation or keep it minimal - make it like...
Given the current board, add drag and drop functionality
On the frontend, figure out the clocks based on the moves array On the backend, if any user runs out of 10 minutes, the game should end
[basic_guest_chess.webm](https://github.com/code100x/chess/assets/45840495/d38306d9-cfae-47f7-865e-ff4f3d7e6657) just a very basic implementation that gets guest play working - guest vs guest (no db saves) - user vs guest (no db saves) - user vs user if...
- Add confetti when win - Fixes #134 
closes #51 - used the chess engine by StockFish , which is clientside. - diffrent ui from main - diffrent engines to play - https://github.com/code100x/chess/assets/64027486/278aedab-0be1-44fe-87ad-c1d3f29718df I am currently facing some...
a1 should be black for white and for black alike. right now it's correct for white, but not so for black.