Skip to content

OrangeCobras/CheckersFramework

Repository files navigation

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

About

A checkers framework in Java

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages