Skip to content

niemet0502/checkers-game-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CHECKERS GAME

Description

A checkers game is a group of strategy board games for two players which involve diagonal moves of uniform game pieces and mandatory captures by jumping over opponent pieces. You have many variants of a checkers game with different rules but in this one, we will refer to the international rules.

Features

  • Build the board
  • Move piece diagonaly
  • Capture opponent's piece
  • Display the current player
  • Display the count of piece for each player
  • Display the winner at the end of the game

Next

  • Capture multiple opponent's pieces
  • Allow a piece to become a KING
  • Add serve and real time to play online

Built By