The aim of our project is to create a multiplayer game that offers gameplay similar to a casino visit. Initially we focus on 6 deck shoe and face up. In the future we plan to add other variations of blackjack and different kinds of gameplay.
A very simple and text-only version of blackjack. Written in python, with very limited knowledge of the language. It seems to work ok as is. Bug fixes and code improvements to follow in next version.
A python script with a Tkinter GUI that will emulate a shuffled deck of cards being placed onto the table. It will help to practice counting cards for blackjack. You will be able to compare your count with the count of the computer.
Basic blackjack game that supports most features in a game, 5 card trick, aces being 11 or 1. It has a very basic graphic drawing enginr that draws ASCII cards on the terminal. this can be seen in the screenshot. Should work on all linux PCs.
Sabacc is a card game originally from the Star Wars universe. It is similar to Blackjack except it employs a random element where any card may change value at any point during the game. For more information see the website - sabacc.sourceforge.net