This project features a collection of classic games implemented in Python. Dive into the code and explore three engaging games:
-
Tic Tac Toe: Test your strategy skills with this timeless two-player game. The objective is simple: align three of your symbols in a row, column, or diagonal before your opponent does.
-
Hangman: Challenge your vocabulary and guessing prowess with this word-guessing game. Figure out the hidden word one letter at a time before running out of attempts!
-
Go Fish: Enjoy a fun, card-based game where players aim to collect sets of matching cards. This implementation simulates the classic gameplay and allows you to play against the computer.