Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/benelan/blackjack

This was my first college computer science project
https://github.com/benelan/blackjack

college game python

Last synced: about 23 hours ago
JSON representation

This was my first college computer science project

Awesome Lists containing this project

README

        

For this code to work you must install the latest version of python 3 from https://www.python.org/downloads/

Beginner Mac Users:

1) Make sure the ‘blackjack’ folder is in your ‘Downloads’ directory
2) Open ‘Terminal’
3) Type “cd Downloads/blackjack” and Press ‘Return’
4) Type “python3 blackjack.py” and press ‘Return’
5) Enjoy!

The game should be pretty self explanatory. Only difference would be that if either the player or dealer gets 5 cards without busting they win.

brush up on the basic rules and strategies courtesy of Wikipedia: https://en.wikipedia.org/wiki/Blackjack