Skip to content

gomoku @ 42 - gomoku AI using negamax written in Rust / JavaScript

License

Notifications You must be signed in to change notification settings

pbondoer/42-gomoku-rust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gomoku @ 42

a.k.a. gomokou

A virtual player for the game of Gomoku, written using a negamax algorithm in Rust.

Contributors

Made with 💖 by

pbondoer cledant

How does it work?

You don't have an antenna, I can't explain it to you

Compiling

Note: the client/server is currently under development. Things may change.

You can run the server using cargo build.

Running

You can run the server using cargo run.

Tests

Unit tests are run using cargo test.

License

GPL logo

gomokou is licensed under the GNU General Public License 3.0.