mnk-games 0.1.0

K-in-a-row games
Documentation
  • Coverage
  • 100%
    25 out of 25 items documented0 out of 0 items with examples
  • Size
  • Source code size: 59.61 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.05 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. Goals include:

  • Fully-fledged command-line and graphical interfaces for playing games.
  • Variants like Connect Four.
  • Tools for solving m,n,k-games.