Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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!

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)