Skip to content

This is a small project to create AI for Othello using C with openGL GLUT. Othello is a strategy board game for two players (Black and White), played on an 8 by 8 board. The game traditionally begins with four discs placed in the middle of the board.

Notifications You must be signed in to change notification settings

Viet281101/OthelloAI

Repository files navigation

IA pour le jeu d'Othello

Un jeu d'Othello avec l'IA en utilse le langage C et OpenGL GLUT. Il existe 2 modes de jeu: jouer avec l'humain et jouer avec l'intelligence artificielle.

Pour savoir comment jouer l'Othello, cliquer sur l'image suivant:

alt text

Compilation

Prérequis :

  • Installer Make avec la commande:

    sudo apt-get install make
    
  • Et installer GLUT:

    sudo apt-get install freeglut3 freeglut3-dev
    

    ou

    sudo apt-get install libglut3-dev
    
  • Cloner le projet de mon GitHub sur votre ordinateur:

    git clone https://github.com/Viet281101/OthelloAI.git
    

Pour compiler le jeu :

  • Aller dans la répertoire du projet "AI_Player" ou "Human_Player"
    cd Human_Player/
    
    ou
    cd AI_Player/
    
  • Compiler avec le Makefile:
    make
    

Lancement :

  • Lancez le fichier othello
    ./othello
    

Nettoyer :

  • Nettoyez les fichiers avec make:
    make clean
    

About

This is a small project to create AI for Othello using C with openGL GLUT. Othello is a strategy board game for two players (Black and White), played on an 8 by 8 board. The game traditionally begins with four discs placed in the middle of the board.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published