Docs.rs
  • connect4-lib-0.1.0
    • connect4-lib 0.1.0
    • Permalink
    • Docs.rs crate page
    • GPL-3.0-or-later
    • Links
    • crates.io
    • Source
    • Owners
    • Arunscape
    • Dependencies
      • rand ^0.7.3 normal
      • rayon ^1.3.0 normal
      • serde ^1.0 normal
    • Versions
    • 0% of the crate is documented
  • Platform
    • i686-pc-windows-msvc
    • i686-unknown-linux-gnu
    • x86_64-apple-darwin
    • x86_64-pc-windows-msvc
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Badges
    • Builds
    • Metadata
    • Shorthand URLs
    • Download
    • Rustdoc JSON
    • Build queue
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

connect4_lib0.1.0

Crate Items

  • Structs
  • Enums
  • Constants
  • Traits
  • Functions
  • Type Aliases

List of all items

Structs

  • ai::AIConfig
  • game::Board
  • game::Game
  • game::Player
  • game::chip::Chip
  • game::chip::ChipDescrip
  • io::TermIO

Enums

  • game::BoardState
  • game::PlayerType
  • games::GameType

Traits

  • io::GameIO

Functions

  • ai::evaluate_board
  • ai::get_best_move
  • game::check_linear_pattern
  • games::build_game
  • games::connect4
  • games::connect4_3player
  • games::connect4_ai
  • games::connect4_ai_p2
  • games::connect4_custom
  • games::connect4_large_ai
  • games::four_in_a_row
  • games::is_connect4
  • games::is_toto
  • games::toto
  • games::toto_ai
  • games::toto_custom
  • games::wrap_4_check
  • io::draw_term_board
  • play

Type Aliases

  • game::Checker

Constants

  • ai::EASY_AI
  • ai::HARD_AI
  • ai::MID_AI
  • games::BLUE_CHIP
  • games::O_CHIP
  • games::RED_CHIP
  • games::T_CHIP
  • games::YELLOW_CHIP
  • io::BG
  • io::BLK
  • io::BLU
  • io::BRIGHTEN
  • io::CYN
  • io::EMPTY
  • io::FG
  • io::FILLED
  • io::GRN
  • io::MAG
  • io::RED
  • io::RST
  • io::WHT
  • io::YEL