An open API service indexing awesome lists of open source software.

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

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.