Skip to content

Commit 8894a32

Browse files
authored
Create ReadMe.md
1 parent 8faa10b commit 8894a32

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

BlackJackGame/ReadMe.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Black Jack Game in Python
2+
3+
A simple game of 21 made for Python
4+
5+
## Demo
6+
7+
![image](https://user-images.githubusercontent.com/48007679/136310729-e354ab8f-c5d5-4eee-bd9c-14857be688d3.png)
8+
9+
10+
11+
## Deployment
12+
13+
To deploy this project run
14+
15+
```bash
16+
python BlackJackGame.py
17+
```
18+
19+

0 commit comments

Comments
 (0)