https://github.com/takana671/playingcards
Card game board
https://github.com/takana671/playingcards
playing-cards pygame pygame-sound tkinter-canvas tkinter-game tkinter-python
Last synced: about 2 months ago
JSON representation
Card game board
- Host: GitHub
- URL: https://github.com/takana671/playingcards
- Owner: taKana671
- License: mit
- Created: 2020-06-04T04:01:13.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-12-04T02:49:20.000Z (over 3 years ago)
- Last Synced: 2025-01-31T22:58:47.450Z (4 months ago)
- Topics: playing-cards, pygame, pygame-sound, tkinter-canvas, tkinter-game, tkinter-python
- Language: Python
- Homepage:
- Size: 1.83 MB
- Stars: 1
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PlayingCards
* Pyramid
* Four Leaf Clovers
* Solitaire(Klonedike)
* Couple# Demo
# Requirements
* Python 3.8
* tkinter 8.6
* pygame 2.0.1# Environment
* Windows10
# Usage
* Double click playcards.pyw or execute a command below on the command line.
```bash
>>>python window.py
```