This is a repository containing the projects I worked on in my Software Design and Development class (Fall '22) at UTC, as well as any additional Python projects for different classes.
- Hang Man (hangman_game dir)
- Scrabble (scrabble_game dir)
- Vowel Counter (vowel.py)
- Bob Counter (bob_counter.py)
- Alphabetical String Identifyer (alpha_string.py)
- Number Guesser (guess_number.py)
- O(n) sort an array of n length, containing numbers 0 - n-1 (sort.py)