Skip to content

trolley813/OpenFool

Repository files navigation

OpenFool

Travis Github All Releases Github Releases GitHub release Gitter

OpenFool - free and open source (MIT licensed) Fool (Durak) card game implementation for desktop and Android.

Get it on F-Droid

Features

Implemented

  • 4-players partnership game (2 vs 2), individual game for 2-5 players
  • 52-card decks: Standard Russian (designed by A. Charlemagne in 19th century, public domain - from Wikimedia), international (by Chris Aguilar - LGPL v3), French deck (by David Bellot - LGPL v3), stripped deck variants (24, 32 and 36 cards)
  • Standard rules for throwing in and passing (the latter is optional)
  • Some conventions may be customised

Planned

  • Individual and partnership play for 6 players (3 vs 3)
  • Customisable player names (both AI and human)
  • Statistics
  • Online play (via custom server)
  • More deck designs
  • More customisable rules (e.g. Japanese fool or spade-on-spade)

How to build

It's a Gradle project. Run

./gradlew :desktop:run

to run the desktop version