Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 265 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 265 Bytes

checkers

A simple JS checkers game

View for now

Clone this repo, and then open the index.html in your browser.

In your browser console, enter...

GameManager.setupGame()
GameManager.renderGame()

This will let you see the initial setup of the game.