Skip to content
This repository has been archived by the owner on Nov 2, 2023. It is now read-only.

nathanfallet/abalone

Repository files navigation

abalone {#mainpage}

Project structure

Project structure

See files for more details.

Install GTK3

apt install libgtk-3-dev # Linux
brew install gtk+3 # macOS

Compile and start the game

make
make nogui # Si GTK n'est pas installé
./abalone -l <noir/blanc> # jeu local contre l IA
./abalone -s <port> # lancer un serveur sur le port donné
./abalone -c <adresse>:<port> # se connecter à un serveur distant

Documentation

Documentation is available on nathanfallet.github.io/Abalone.

Code coverage

Code coverage is available on app.codecov.io/github/NathanFallet/Abalone.