A repository of simplistic games developed using the Tkinter library in Python. This collection includes three popular games, each with easy-to-understand rules and a user-friendly interface.
This repository is designed to provide a fun way to play and explore classic games developed with Python's Tkinter library. The games included are simplistic, making them easy to play and understand. Each game is accompanied by its executable file (.exe) for easy playing without needing a Python environment setup.
- Hangman
- Classic word-guessing game.
- Customize by adding new words and hints in the provided text file.
- Cows and Bulls (Mastermind)
- A number guessing game where the player tries to guess a sequence of numbers.
- Tic Tac Toe (TTTGUI)
- The traditional game of Tic Tac Toe with a graphical interface.
To play the games, download the repository and run the executable files provided. For the Hangman game, ensure you download the associated text file for the word list.
Each game has a brief description of the rules displayed at the start. Simply follow the on-screen instructions to play.
- Hangman/: Contains the Hangman game files and word list.
- Mastermind/: Contains the Cows and Bulls game files.
- TTTGUI/: Contains the Tic Tac Toe game files.
- .gitattributes: Git configuration file.
- README.md: This readme file.
Author: Saptarshi