https://github.com/humankernel/tic-tac-toe
https://github.com/humankernel/tic-tac-toe
Last synced: 15 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/humankernel/tic-tac-toe
- Owner: humankernel
- Created: 2023-09-02T22:25:06.000Z (almost 3 years ago)
- Default Branch: dev
- Last Pushed: 2024-01-15T17:52:04.000Z (over 2 years ago)
- Last Synced: 2024-08-25T02:33:22.953Z (almost 2 years ago)
- Language: CSS
- Homepage: https://tic-tac-toe-ai-ruddy.vercel.app
- Size: 223 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tic Tac Toe
[👆 Live Demo](https://tic-tac-toe-ai-nine.vercel.app/)
This is a simple tic-tac-toe game built with React and TypeScript. It includes an AI enemy that uses the `minimax` algorithm to play against the player.


## Features
- Lets you play tic-tac-toe
- Indicates when a player has won the game
- Includes an AI enemy using `minimax` algorithm
## Getting Started
### Prerequisites
- Node.js (v14 or higher)
- npm or pnpm
### Installation
1. Clone the repo: `git clone https://github.com/rivasjoaquin02/tic-tac-toe`
2. Install dependencies: `pnpm install`
3. Start the development server: `pnpm run dev`
4. Open http://localhost:3000 with your browser to see the result.
## Contributing
Contributions are welcome! Please see [CONTRIBUTING.md](CONTRIBUTING.md) for more details.
## License
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details.