Skip to content

itzreesa/chess

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chess in JavaScript

A chess game in pure HTML5, CSS, and JS made for fun in about 12 hours.

What's implemented

  • Piece movement with showing legal moves
  • Board scaling
  • Pawn promotion
  • Turns
  • 50 move rule
  • FEN loading / export
  • (almost fully working) Check system
    • (partially broken) Only allow and show legal moves during check
  • Win/Lose conditions.
  • En passant
  • Castling
  • Multiplayer server

Run

Use something like python to host a local server: python -m http.server -d . 8080

About

Chess in HTML CSS and JavaScript

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published