https://github.com/dnephin/spite-and-malice
Spite and Malice the card game.
https://github.com/dnephin/spite-and-malice
Last synced: about 2 months ago
JSON representation
Spite and Malice the card game.
- Host: GitHub
- URL: https://github.com/dnephin/spite-and-malice
- Owner: dnephin
- Created: 2010-10-20T02:29:03.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2010-10-20T02:29:28.000Z (over 14 years ago)
- Last Synced: 2025-01-26T00:12:17.439Z (3 months ago)
- Language: Python
- Homepage:
- Size: 340 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
Spite and Malice
Spite and Malice is a two person solitaire game. This program supports single player verses a computer, and two human players on the same machine. Support for a remote player via tcp/ip is planned. The computer should play a reasonably strong game.
__Requirements__
pygame 1.8.1 (or later)__Credit__
Card view models (modified) from DeckOfCards on pygame by John Eriksson (wmjoers)