Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 486 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 486 Bytes

Spider-Poker

A brief copy of Spider Poker game developed in Pygame

Source file: Spider Poker.py

To begin the game, you need to download the Pygame library through: pip install pygame or through https://www.pygame.org/download.shtml, then simply run the source file.

After seeing the game window, you can use the mouse to drag the poker cards to corresponding columns and start the game.

More about how to play Spider Poker: https://en.wikipedia.org/wiki/Spider_(solitaire) Enjoy!