https://github.com/haque-misbahul/tic-tac-toe
https://github.com/haque-misbahul/tic-tac-toe
artificial-intelligence c perl
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/haque-misbahul/tic-tac-toe
- Owner: Haque-Misbahul
- Created: 2023-11-07T23:43:51.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-19T17:08:45.000Z (over 1 year ago)
- Last Synced: 2025-01-27T22:48:54.761Z (over 1 year ago)
- Topics: artificial-intelligence, c, perl
- Language: Raku
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tic-Tac-Toe Game
> A university project for implementing the classic Tic-Tac-Toe game with AI functionality.
## Technologies Used
- C
- Perl
- AI
## Overview
This project implements the Tic-Tac-Toe game as part of a university coursework assignment. The game includes AI that makes decisions for the opponent, enhancing gameplay. The project demonstrates fundamental concepts of AI and game development.