- Tic-tac-toe.py – A basic two-player Tic-Tac-Toe game using X's and O's.
- calculator.py – A simple calculator that performs basic arithmetic operations.
- jokes.py – A program that randomly displays jokes.
- sq.py – A short quiz game that asks a few questions and checks the user's answers.
The goal of this repository is to:
- Practice writing Python code
- Strengthen problem-solving and logic
- Clone the repository:
git clone https://github.com/HopeFlynn/Simple-games.git cd Simple-games