Tic-Tac-Toe Game: This game was developed as my first semester project in collaboration with a group of classmates. It served as an introductory exploration into programming and team-based software development.
This game is a versatile Python application that offers a classic gaming experience with multiple modes of play. Users can select between Human vs. Human, Human vs. AI, or AI vs. AI gameplay options, providing a fun and educational environment to understand game strategy and AI behavior. The application features a clean, user-friendly interface for smooth navigation and game setup.
- Multiple Game Modes: Enjoy the game with a friend, challenge a computer opponent, or observe an AI vs. AI showdown.
- Interactive Game Interface: Play the game through a simple and intuitive interface that records and displays each player’s moves in real-time.
- Lightweight and Portable: Runs efficiently on various systems without needing heavy resources or complex dependencies.
- Python
- Tkinter (for GUI interface)
- Random & AI Algorithms (for AI decision-making)
- Clone the repository from GitHub.
- Run the Python script to launch the Tic-Tac-Toe game application.
- Choose the game mode from the main menu and follow the on-screen instructions to start playing.
Feel free to contribute, report issues, or suggest enhancements on GitHub to improve the Tic-Tac-Toe Game. Contributions are welcome to help make the game more enjoyable and feature-rich for users globally.