Skip to content
/ JDF Public

A Draughts framework written in Java to be used as a common backend for Draughts' implementations.

License

Notifications You must be signed in to change notification settings

alexmullen/JDF

Repository files navigation

Java Draughts Framework

A Draughts/Checkers framework written in Java.

Variants implemented

  • English
  • International

Notes about code

Some will notice I have performed some minor Java/OOP/Encapsulation sins by publically exposing some instance arrays in the Board class. Doing this was measurably faster than accessing them through a getter method on Android devices at the time - I am unsure whether this is still the case.

About

A Draughts framework written in Java to be used as a common backend for Draughts' implementations.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages