Skip to content

    BlackJack 21 (simplified)

    Created by
    GodCodeEnabled
    GodCodeEnabled

    Simple blackjack game, no betting system implemented yet. Utilized a dictionary to emulate a card deck, every time a card is delt its deleted from the dictionary. definitely a great way to test logic and get creative with functions, dictionaries, lists and conditional statements.

    Goal: When I come back to this project, I would like to implement a betting system.