https://github.com/nicolasgasco/blackjack_pythonproject
My first Python project. A simple text-based Blackjack game.
https://github.com/nicolasgasco/blackjack_pythonproject
Last synced: 7 months ago
JSON representation
My first Python project. A simple text-based Blackjack game.
- Host: GitHub
- URL: https://github.com/nicolasgasco/blackjack_pythonproject
- Owner: nicolasgasco
- Created: 2020-11-18T11:35:31.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-12-07T19:57:42.000Z (almost 5 years ago)
- Last Synced: 2025-01-15T01:44:30.934Z (9 months ago)
- Language: Python
- Size: 47.9 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Python Blackjack
## Description
This is my first Python project. A simple, text-based Blackjack game programmed in Python.
I'm using this project to wrap up things I learnt about Python and to learn how it works in practice.
## How to play
Just run the main.py script and use the terminal to play. The game is text based## Features
This is a simple game. As of now, there is no betting system and graphical interface.