Skip to content

This is the source code for my student project in artificial intelligence.

Notifications You must be signed in to change notification settings

memo-p/TicTacToe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TicTacToe

Description

The TicTacToe source code can be used as a start for an AI project. The students have to create class that inherite from the AI class and override the play function.

compiling

This project use the engine library define at

- https://github.com/memo-p/libGraph

once you have put your lib file in the good directory. just use:

- make 
- make run

Uses

For using this project, You need to create a TicTacToe game via the class Morpion:

- Morpion(IA* p1,IA* p2,int size_ = 3, int victorySize_ = 3);

An example of a simple IA wich only choose the first empty square.

About

This is the source code for my student project in artificial intelligence.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages