Skip to content

TogarashiPepper/ultimengine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ultimate Tic Tac Toe Engine

An engine for Ultimate TTT using bitboards & minimax alpha-beta pruning. Here's an example of it in action:

output

Usage

First clone the repository:

git clone https://github.com/TogarashiPepper/ultimengine.git

Then compile the project (this may take quite a bit as many optimizations are turned on):

cargo build --release

Then execute the resulting binary and play to your heart's content:

./target/release/ultimengine

Moves take the form {game}{idx} (i.e a2). The games are lettered a..=i and the idx is 1..=9, you may omit the game if a specific game is active. (i.e 1)

About

Engine For Ultimate Tic-Tac-Toe

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages