Games/FiftyTwo: Difference between revisions
< Games
Jump to navigation
Jump to search
m (Added "Ideas" and "Releases" sections) |
m (Added a screenshot) |
||
Line 27: | Line 27: | ||
== Releases == |
== Releases == |
||
Projected initial release date: April 1<sup>st</sup> |
Projected initial release date: April 1<sup>st</sup> |
||
== Screenshots == |
|||
[[Image:FiftyTwo-Screenshot-1.png|FiftyTwo Screenshot #1]] |
|||
[[Category:Activities]] |
[[Category:Activities]] |
Revision as of 23:41, 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