Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 753 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 753 Bytes

INTERNATIONAL CHECKERS

a 10x10 board game. The rules are simple :

  • You can only move cell by cell forward
  • You can capture your opponent's piece
  • Once you reach your opponent's camp you can move any distance diagonally
  • If your opponent has 0 pieces left, you win!
  • If your opponent's last pieces can't move, you win!

Screenshots

Technologies Used

  • HTML
  • CSS
  • Javascript (w/ webpack)

Getting Started

You can play the game right now using this link

Future Improvements

Here are a couple improvements I'm planning for future releases

  • Animations for the end of the game
  • Additional board themes
  • Additional background themes