Skip to content

Javascript UI for NEAR Checkers Game

Notifications You must be signed in to change notification settings

alpha-fi/cheddar-checkers-ui

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Checkers

Using It

Play by selecting your piece and clicking on the tile you want to move to. Click here to learn how to play checkers. Jumping when available is enforced.

Code

The code supports all the features of checkers including kingship and double/triple/quadruple jumping. The Board object controls the board and therefore the game. The pieces and tiles instances are used in the game for checking whether a piece can be moved, moving a piece, deleting a piece, checking whether tile is in range, and much more. The script is fully commented and original.

If you find any bugs, please make a Pull Request or an Issue.

Live Demo

DEMO

About

Javascript UI for NEAR Checkers Game

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 78.4%
  • CSS 14.6%
  • Sass 5.1%
  • HTML 1.9%