Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 508 Bytes

File metadata and controls

18 lines (13 loc) · 508 Bytes

This is a simple game of 8x8 checkers with force jump. It is written using HTML, CSS, JavaScript.

Requirements: Any mordern browser

play at: https://measureonecodetwice.github.io/web-checkers/

Possibly to be implemented

  • Win detection (both by no pieces remaining and no moves remaining
  • Captured pieces counter
  • Undo and redo move
  • online multiplayer (need to get further into databases and distributed computing courses lol)
  • sound
  • ability to import and export games
  • win detection