Checkers is a Bukkit plugin for playing Checkers (Draughts) on your CraftBukkit (Minecraft) server.
Detailed documentation can be found in BukkitDev: http://dev.bukkit.org/bukkit-plugins/checkers
If you want to build Checkers yourself, you will need Git and Maven, but the build process is very simple:
-
git clone https://github.com/desht/checkers
-
cd checkers
-
mvn clean install
This should give you a copy of Checkers.jar under the target/ directory.
Checkers by Des Herriott is licensed under the Gnu GPL v3.