Skip to content

Latest commit

 

History

History
35 lines (28 loc) · 1.33 KB

README.md

File metadata and controls

35 lines (28 loc) · 1.33 KB

TicToeGame

About This Repository

TicToeGame is an interactive Tic-Tac-Toe game built with Pygame. It features a function approximation model trained to play against you. Whether you're a beginner looking for a fun game or a machine learning enthusiast eager to explore AI in action, this repository has something for everyone.

Features

  • Play Tic-Tac-Toe against an AI model trained with function approximation.
  • Built using Pygame for an interactive and visually appealing gaming experience.
  • Perfect for learning Pygame development and exploring machine learning in gaming.

Getting Started

Prerequisites

Ensure you have Python and Pygame installed on your machine. You can install Pygame using pip:

pip install pygame

Installation

Clone this repository to your local machine to get started:

git clone https://github.com/youneskazemi/TicToeGame.git
cd TicToeGame

Usage

Run the TicToeGame.py file to start playing the game:

python TicToeGame.py

Contributing

Contributions to improve the game or add new features are welcome. Please feel free to fork the repository, make changes, and submit a pull request. For major changes, please open an issue first to discuss what you would like to change.

License

This project is licensed under the MIT License - see the LICENSE file for details.