mnk-games 0.4.0

K-in-a-row games
Documentation
  • Coverage
  • 100%
    35 out of 35 items documented0 out of 5 items with examples
  • Size
  • Source code size: 67.72 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.22 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 2s Average build duration of successful builds.
  • all releases: 2s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Andrew5057/mnk-games
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • Andrew5057

Rust

m,n,k-Games

Provides programmatic support for m,n,k-games, in which two players compete to get k stones in a row on an m-by-n board.

This project currently includes representations of boards and standard m,n,k-games, as well as a CLI for tic-tac-toe and gomoku. Goals include:

  • GUIs for playing games.
  • Variants like Connect Four.
  • Tools for solving m,n,k-games.

CLI

The command line tool takes one argument, which must be either tic-tac-toe or gomoku. This will start a round of the chosen game. Player play by entering a space-separated, zero-indexed row and column.