Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 679 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 679 Bytes

A checkers framework in Java

General

This is the framework for creating a checkers implementation. It uses the international rules as specified on https://en.wikipedia.org/wiki/International_draughts with the following exceptions:

  • you don't have to capture the maximum number of pieces possible
  • you only lose when you cannot make any valid moves

Setup

  1. Fork Repository
  2. Clone Repository
    git clone <url>
  3. Move to cloned directory
  4. Add remote for your fork
    git remote add <name> <url>

Workflow Cheatsheet

Cheatsheet