This project is the first of the Hackiflette team !
This game is a famous card game, Black Jack. It will have the possibility to be played with friends, in a multiplayer mode, on the same computer, or maybe on differents computer on the same network.
We are 8 friends who liked programming, and playing. So we created Hackiflette to develop games and improve our programing skills. For our first project, we decided to develop a simple card game : Black Jack is our final choice.
Our project is a python project, so for now you need to have python (version >= 3.5) installed on your computer to launch it. You also need the following packages:
- pygame = 1.9.4
- marshmallow = 2.19.5
- typing = 3.6.6
- dataclasses = 0.6
- ...
After download the project, you just have to launch the main.py in the src directory.