Just a very simple blackjack game in Python. It can be run on an interactive terminal.
Also made an even simplier and hard to read 1 KB version.
It used to have more functions and the code looked clearer. But I removed them since they were not reused.
Most of the times when I try some Python challenges online. I found people solve the puzzles with much shorter and cleverer codes.
Would you be interested in looking at the game and the code? Any suggestion to improve the code will be appreciated.