Version 1.0: Checkers

    Two player game; Red starts. Select a piece then select its destination.

  • Using just html javascript &s; css to create a 2 player version of checkers.
  • Aiming for reasonably responsive design (mobile first).
  • Standard features imported from previous works.
    Version 2.0: Checkers

    Play against your computer; Red (you) starts. Move by click\drag.

  • Using html canvas for drag and drop.
  • Work in progress to make it more responsive \ dynamic
  • Relies on CheckersAI jscript for computer player.
    Credits
  • JQuery 3.3.1.min.js: Website
  • V1.0 - initial version based on 'A Game of Checkers' by Calin Website
  • V2.0 - AI version - wip
  • This site: IanSmiths.NET