Skip to content

Latest commit

 

History

22 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

othello

Authors: Aina PEDERSEN ; Hugo BENSBIA

Target files

test.out
Terminal implementation of two player othello game.

test_ai.out
Terminal implementation of two minmax othello game.

othello.out
GUI implementation of othello game with a player against minmax.

Compiling commands

make
Compiles every target files.

make term
Compiles and run test.out

make minmax
Compiles and run test_ai.out

make game
Compiles and run othello.out

Cleaning commands

make clean
Removes .o files

make clear
Removes .o files and target files

About

C++ implementation of the Othello game.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages