Hackiflette / BlackJackProject

First project of the Hackiflette team, a Black Jack Game

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BlackJackProject

Build Status License: GPL v3 Coverage Status

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.

The Hackiflette team

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.

How to play !?

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.

About

First project of the Hackiflette team, a Black Jack Game

License:GNU General Public License v3.0


Languages

Language:Python 98.6%Language:Batchfile 0.8%Language:Makefile 0.6%