alpha-beta-search

There are 8 repositories under alpha-beta-search topic.

  • alpha-beta-pruning-minmax-checkers

    njmarko/alpha-beta-pruning-minmax-checkers

    Minmax (minimax) algorithm with Alpha-Beta (𝛼−𝛽, ab) Pruning optimization for the Checkers (Draughts) game in Python 3. Same minimax algorithm works for chess, tic tac toe or similar games.

    Language:Python19201
  • songzhg/RLOP

    RLOP: A Framework for Reinforcement Learning, Optimization and Planning Algorithms

    Language:C++6103
  • EttoreCaputo/hadron-game

    This is a game AI project for the course "Artificial Intelligence" at the University of Calabria, Italy.

    Language:Python3103
  • Amirarsalan-sn/chillin-wars-2020

    A project for chillin wars competition(year 2020) written in Python, which agents make desicions using lapha-betha search and evolutionary algorithm.

    Language:Python1100
  • efecanxrd/Othello-Game

    Othello Game (Also known as Reversi). It was created with the Minimax algorithm (Alpha-Beta pruning). Allows Human-AI, AI-AI, RandomPlayer-AI, RandomPlayer-Human interplay

    Language:Python1100
  • evolutionsoftswiss/tic-tac-toe-webapp

    Tic Tac Toe Webapp playing perfectly with alpha-beta search

    Language:Java1100
  • TXST-CS5346-AI/project-two

    Two player checkers game for CS5346 Artificial Intelligence

    Language:C++12121
  • damiano00/ISMAI_assignment_3_GTS

    Game-playing agents for playing the abstract board game Breakthrough (https://en.wikipedia.org/wiki/Breakthrough_(board_game))

    Language:Python20