https://github.com/maxwellmatthis/card-game-view-controller
A view and controller for simple card games. Works best for games with 1-4 players and 1-5 discard and decks combined.
https://github.com/maxwellmatthis/card-game-view-controller
card-game pygame python
Last synced: 8 months ago
JSON representation
A view and controller for simple card games. Works best for games with 1-4 players and 1-5 discard and decks combined.
- Host: GitHub
- URL: https://github.com/maxwellmatthis/card-game-view-controller
- Owner: maxwellmatthis
- License: agpl-3.0
- Created: 2023-09-12T20:15:09.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-13T06:56:29.000Z (over 2 years ago)
- Last Synced: 2025-02-09T10:21:45.836Z (over 1 year ago)
- Topics: card-game, pygame, python
- Language: Python
- Homepage:
- Size: 5.55 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Card Game View-Controller
A view and controller for simple card games. Works best for games with 1-4 players and 1-5 discard and decks combined.
[](Preview)
# Usage
Everything has type hints and comments. Check out an example [here](./example.py).
# Assets
- [OpenSource Playing Card Images - Google Code Archive](https://code.google.com/archive/p/vector-playing-cards/)