Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pdsouza/blackjack-simulator
This is a Blackjack simulator. You play as a regular player, trying to card count and match a perfect bot. Try to earn as much as you can!
https://github.com/pdsouza/blackjack-simulator
Last synced: about 2 months ago
JSON representation
This is a Blackjack simulator. You play as a regular player, trying to card count and match a perfect bot. Try to earn as much as you can!
- Host: GitHub
- URL: https://github.com/pdsouza/blackjack-simulator
- Owner: pdsouza
- Created: 2011-11-23T05:22:45.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2018-10-06T22:42:48.000Z (about 6 years ago)
- Last Synced: 2023-03-13T12:04:07.983Z (almost 2 years ago)
- Language: Python
- Homepage:
- Size: 254 KB
- Stars: 6
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Blackjack - Beat the Odds!
![Screenshot](https://github.com/pdsouza/Blackjack-Simulator/blob/master/screenshot.png)
To run the game, run game_layout.py.
*You must have wxPython installed in order to run the GUI. wxPython can be installed from http://www.wxpython.org/*
For instructions on how to play the game, please read instructions.txt.
## Authors
* [Preetam D'Souza](https://github.com/pdsouza)
* [Max Guo](https://github.com/SuperChocomocha)