Games/FiftyTwo

From OLPC
< Games
Revision as of 19:41, 19 March 2008 by Kawk (talk | contribs) (Added a screenshot)
Jump to: navigation, search

Summary

FiftyTwo is a set of card games, such as Go Fish, Crazy Eights, Hearts, Solitaire, and maybe games like Eucher or Spades. It will be written in Python using the pygame library. Eventually, FiftyTwo will support mesh play with up to four players (for games like Hearts or Spades), single-person play against the computer (basic AI play), and multi-player (on the same computer) play.

Features

  • Already implemented
    • Two-player Crazy Eights, Player vs. AI or AI vs. AI
    • FiftyTwo card game engine for additional card games
    • Background images copied from gnome-games-data
  • Needs implementing
    • A basic GUI for card backing selection
    • More cardsets and backings
    • Additional card games
      • Go Fish
      • Spades
      • Hearts
      • Eucher
      • Solitare
    • Mesh play
    • Crazy Eights four-player
    • Crazy Eights "official" Wikipedia rules (currently using a hodgepodge of South Africian rules and homespun ones)

Ideas

  • Shapes for suits, rather than actual images, such as subbing a square for a heart, so the "Ten of Squares"
  • Saving games via the Journal

Releases

Projected initial release date: April 1st

Screenshots

FiftyTwo Screenshot #1