Skip to content

denisdefreyne/game-ai.cr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repository contains an AI for simple board games, written in Crystal. It has an implementation of Othello and Connect Four.

To build:

make

To play a game, run ./main passing --game with the game name:

./main --game=othello

To run a AI-vs-AI simulation, run ./main passing --game and --benchmark:

./main --game=connect-four --benchmark

Supported games:

  • Othello (othello)
  • Connect Four (connect-four)

About

Some board games + common AI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published