Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 566 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 566 Bytes

u l 7 1 m 4 7 3   n u m b 3 r   6 u 3 5 5

Introduction

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.

Features:

  • Various difficulty levels.
  • Reading and writing from/to a CSV leaderboard.
  • Username input that only accepts initials using regex sorting.
  • Typewriter text effect.

Main technologies:

  • Python 3.9.2