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/
- 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