DEV Community

Cover image for My first CLI game: Blackjack!
John Doe
John Doe

Posted on

My first CLI game: Blackjack!

This is my first attempt at creating the classic casino game, Blackjack, on a text based interface, in Python.
It doesn't use any libraries, it's verbose and clunky but it does the trick.
Still have some debugging to do and some more features to add, but it's my first game, and gosh I'm proud of it :D
If anybody feels like having a look at it, here's the github repo:
My Github
Any feedback or ideas are very welcome!

Top comments (0)