A simple, terminal-based Python arcade featuring two interactive games — Rock, Paper, Scissors and Guess My Number. This project demonstrates modular programming, command-line argument parsing, input validation, and basic game logic. Additionally: shows usage of modules, functions, nested fucntions, recursion, loops, conditionals, scope management, standard library modules (argparse, sys, random, and enum)
Idea for the project was inspired by: https://www.youtube.com/watch?v=qwAFL1597eM&t=2s Code for number guess_numbers.py and arcade.py are my original work, rps.py is from the study guide.