- 
Tic Tac Toe A two-player console-based game built in Python using basic control structures. 
- 
Battleship A classic guessing game where the player tries to sink hidden ships. Built using Python lists and loops. 
- Python 3
- Jupyter Notebook
python tic-tac-toe.py
python battleship.py