Skip to content

confy/blackjack

Repository files navigation

Blackjack

A simple blackjack game developed using Pygame and a Model-View-Controller Architecture.

I also implemented a REST api and web interface to track recent hands:

https://github.com/confy/blackjack-api

ui

Installation (Windows)

git clone https://github.com/confy/blackjack.git
cd blackjack
py -m venv venv
.\venv\Scripts\activate
pip install -r requirements.txt
py -m blackjack

Sources

Card Sprites: https://opengameart.org/content/boardgame-pack

Background: https://imgur.com/gallery/pJSRg

Music: Miles Davis - Freddie Freeloader

About

A Blackjack game in PyGame

Resources

Stars

Watchers

Forks

Languages