Skip to content

Reversi cli engine written for my AI class using a minimax variant. (UWr Sztuczna Inteligencja)

License

Notifications You must be signed in to change notification settings

viktor-grunwaldt/reversi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

reversi

Reversi cli engine written for my AI class using a minimax variant.

Installing

How to use

This engine is meant to be used with the ai_dueler.py I got from my ai course. If you already have it, great. In order to have an AI duel, you will have to create a shell script first:

  • make sure you have the git repository in your current folder
  • create tournament.sh file
  • paste
#!/usr/bin/env sh

./reversi/target/release/reversi tournament-mode
  • run chmod +x tournament.sh to make it executable
  • run python ai_dueler.py --num-games {x} reversi tournament.sh {your_bot}

About

Reversi cli engine written for my AI class using a minimax variant. (UWr Sztuczna Inteligencja)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages