Games/FiftyTwo: Difference between revisions

From OLPC
Jump to navigation Jump to search
mNo edit summary
m (Added "Ideas" and "Releases" sections)
Line 1: Line 1:
=== Summary ===
== Summary ==
FiftyTwo is a set of card games, such as Go Fish, Crazy Eights, Hearts, Solitaire, and maybe games like [http://en.wikipedia.org/wiki/Eucher Eucher] or [http://en.wikipedia.org/wiki/Spades Spades]. It will be written in [http://en.wikipedia.org/wiki/Python_%28programming_language%29 Python] using the [http://en.wikipedia.org/wiki/Pygame 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.
FiftyTwo is a set of card games, such as Go Fish, Crazy Eights, Hearts, Solitaire, and maybe games like [http://en.wikipedia.org/wiki/Eucher Eucher] or [http://en.wikipedia.org/wiki/Spades Spades]. It will be written in [http://en.wikipedia.org/wiki/Python_%28programming_language%29 Python] using the [http://en.wikipedia.org/wiki/Pygame 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 ===
== Features ==


* '''Already implemented'''
* '''Already implemented'''
Line 20: Line 20:
** Crazy Eights four-player
** Crazy Eights four-player
** Crazy Eights "official" Wikipedia rules (currently using a hodgepodge of South Africian rules and homespun ones)
** 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 1<sup>st</sup>


[[Category:Activities]]
[[Category:Activities]]

Revision as of 23:07, 19 March 2008

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