DEV Community

siggyweb
siggyweb

Posted on

Black Jack Sim for Lockdown Blues

Hi Dev Community,

This post describes in brief, the first proper program I have created using Python. This is considered the first major project in a computer science course with Codecademy, and I have created a terminal game to play Black Jack against your pc.

Image description

My code is comprised modularly of the game functions and game flow, which utilises the created functions. This project taught me how to plan for building a more complex flow. I built this game iteratively and it enabled me to practice: virtual environments, the python standard lib, plugging in my own modules and test driven development.

link to Github: https://github.com/siggyweb/terminal_game

In conclusion this was a great experience for me to create something off of a learning platform in my own environment, in posting it here I welcome feedback, and I have also come up with some possible improvements for the game which I can create at a later date.

Top comments (0)