Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/artivain/blackjack
Jeu de Blackjack dans l'invite de commande
https://github.com/artivain/blackjack
blackjack cli code exercise game learning python
Last synced: 28 days ago
JSON representation
Jeu de Blackjack dans l'invite de commande
- Host: GitHub
- URL: https://github.com/artivain/blackjack
- Owner: Artivain
- License: agpl-3.0
- Created: 2021-08-20T21:04:36.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-11-15T22:38:10.000Z (about 3 years ago)
- Last Synced: 2024-11-14T14:15:10.336Z (3 months ago)
- Topics: blackjack, cli, code, exercise, game, learning, python
- Language: Python
- Homepage: https://artivain.com
- Size: 18.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Blackjack
Jeu de Blackjack dans l'invite de commande du système.
Programmé en Python par GoudronViande24 comme exemple pour les élèves.Fonctionnel pour Linux (testé sur Ubuntu 20.04) et Windows 10
## Comment jouer
### Windows
Télécharger et exécuter la dernière version release en format .exe.Bonne jeu!
### Linux
Prérequis: Python 3.7+Cloner ou télécharger ce repo et ouvrir le dossier dans un terminal. Exécuter la commande `python3 main.py`.
Bon jeu!