Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 5 days 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 (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-12-04T02:49:20.000Z (about 3 years ago)
- Last Synced: 2023-03-05T22:55:45.406Z (almost 2 years ago)
- Topics: playing-cards, pygame, pygame-sound, tkinter-canvas, tkinter-game, tkinter-python
- Language: Python
- Homepage:
- Size: 1.83 MB
- Stars: 2
- 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
![play](https://user-images.githubusercontent.com/48859041/84593820-2acc3500-ae89-11ea-941e-12ebf6c9aac1.gif)# 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
```