Connect-4 Minimax AI

Contents:

  • FINAL-Connect-4-v010
Connect-4 Minimax AI
  • »
  • Index

Index

B | D | G | I | M | N | P | R | S | W

B

  • Board
    • module
  • Board (class in Board)

D

  • draw_board() (GUI.GUI method)
  • duplicate() (Board.Board method)

G

  • game_over() (GUI.GUI method)
  • get_best_move() (Player.Player method)
  • get_col_move() (Player.Player method)
  • get_valid_positions() (Board.Board method)
  • GUI
    • module
  • GUI (class in GUI)

I

  • isValidMove() (Board.Board method)

M

  • makeMove() (Board.Board method)
  • minimax() (Player.Player method)
  • module
    • Board
    • GUI
    • Player
    • State
  • mouse_piece() (GUI.GUI method)

N

  • neighbors() (Board.Board method)

P

  • Player
    • module
  • Player (class in Player)
  • playerTypeStrings (Player.Player attribute)
  • printPath() (State.State method)

R

  • random_col() (Player.Player method)

S

  • score_board() (Board.Board method)
  • score_neighbors() (Board.Board method)
  • State
    • module
  • State (class in State)

W

  • wait() (GUI.GUI method)
  • winstate() (Board.Board method)

© Copyright 2021, Jack Kelly, Cassie Chaput.

Built with Sphinx using a theme provided by Read the Docs.