Demetrius S' Projects

My projects are hosted on GitHub. For a VCS, I started with git (using GitHub Desktop 💩). I transitioned to interacting with git solely through the command line. I won't pretend I know how to use git like crazy. I've since been introduced to (and really enjoy) jujutsu (hereafter referred to as "jj").

Blackjack Game

Creating classes to represent individual cards, decks, and players, I used Java to create the game of Blackjack. The user plays through only a terminal. No other players may participate, and a dealer automatically plays based on conventional casino rules. I want to recreate this attempt with both text- and GUI-based interaction.