Skip to content

repo to keep my learn progress while building chess game with sveltekit

Notifications You must be signed in to change notification settings

WailanTirajoh/sveltekit-chess

Repository files navigation

Simple Chess

image

Simple Chess built with SvelteKit.

Chess Features:

  • Piece & Move Rule
    • Rook
    • Knight
    • Bishop
    • Queen
    • King
      • Basic Move
      • Castling
        • Basic Castle
        • Prevent on check
        • Prevent on route attacked
    • Pawn
      • Basic Move
      • En Passant
      • Promotion
  • Replay & Move History
  • Game Time
  • Game Over
    • Resign
    • Checkmate (~Almost there)
    • Time win
    • Draw
      • Acceptance Draw offer
      • Insufficient Material
      • Lose on time, but enemy insufficient material for checkmate

After All Features:

  • Multiplayer (WIP)
  • Unit Test (TODO: findings the testcase opensource and implement it here)

Bug Report:

  • Create a minimal reproduction by copy the "Move History" and open issue.
  • Tell the "Bug Description" and insert move history so we can reproduce it, if has any.

About

repo to keep my learn progress while building chess game with sveltekit

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published