Games/FiftyTwo
< Games
Jump to navigation
Jump to search
Summary
FiftyTwo is a set of card games, such as Go Fish, Crazy Eights, Hearts, Solitaire, and maybe eventually games like Eucher or Spades. It is written in Python using the pygame library. In the not-too-distant-future, FiftyTwo will support mesh play with up to four players (for games like Hearts or Spades), and it already supports single-person play against the computer (basic AI play), and multi-player (on the same computer) play.
Features
- Already implemented
- Two-player Crazy Eights
- Crazy Eights four-player
- FiftyTwo card game engine for additional card games
- Background images copied from gnome-games-data
- A basic GUI for card backing selection
- Four different card decks
- Three "standard" card decks
- Alternate "shapes" deck, using stars, triangles, squares, and circles instead of suits, and A-M instead of numbers and JQKA
- Needs implementing
- Additional card games
- Go Fish
- Spades
- Hearts
- Eucher
- Mesh play
- Crazy Eights "official" Wikipedia rules (currently using a hodgepodge of South Africian rules and homespun ones)
- Additional card games
Ideas
- Saving games via the Journal
Releases
Screenshots
No up-to-date screenshots.