This is one of my very first solo Python projects. The ol' number guessing game is a staple of beginner Python projects. This coding project was created as a fun way to experiment with a variety of new (to me) programming techniques.
- Various difficulty levels.
- Reading and writing from/to a CSV leaderboard.
- Username input that only accepts initials using regex sorting.
- Typewriter text effect.
- Python 3.9.2