Message me! I'll get back to you as soon as I can.

Name

Email

Message

Send

Thank you, your message has been sent!

React Checkers

Classic game of Checkers made with React/JS!

Play the game here: https://rocky-crag-76252.herokuapp.com/

Or see the code here: https://github.com/andreac92/react-checkers

Details

  • Game is between two players
  • Players select a checker by clicking it. Clicking on an empty square moves the checker if it is a legal move.
  • Game switches player turn after player has completed all legal moves for that turn
  • Game ends when one player no longer has any moves (and thus the other player wins)
  • When a player’s checker reaches the last row of the opposite end of the board this results in a King checker, which can move forwards and backwards. Kings are indicated by a crown icon.

Future features

  • Ability to name each player
  • Ability to drag checkers
  • Ability to play a “computer” opponent

Leave a Reply

Your email address will not be published. Required fields are marked *