Skip to content

Latest commit

 

History

History
38 lines (21 loc) · 1004 Bytes

README.md

File metadata and controls

38 lines (21 loc) · 1004 Bytes

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.