项目作者: LaZY-Discrete-Team

项目描述 :
LaZY MiniMax checkers AI
高级语言: Python
项目地址: git://github.com/LaZY-Discrete-Team/Discrete-Final-Project.git
创建时间: 2020-11-18T18:00:16Z
项目社区:https://github.com/LaZY-Discrete-Team/Discrete-Final-Project

开源协议:GNU General Public License v3.0

下载



LaZY Checkers AI





A checkers AI that uses the MiniMax algorithm with alpha-beta pruning based on Brett Pilch’s
pygame-checkers.
Improved upon and explained by Lilo Heinrich, Zoë McGinnis, and Yehya Albakri,
Olin College of Engineering ‘23.


See our website


View Demo



Table of Contents




  1. About The Project



  2. Getting Started


  3. Usage

  4. License


About The Project

![Product Name Screen Shot][product-screenshot]

Built With

Getting Started

To get a local copy up and running follow these simple steps.

Prerequisites

  • python3
  • pip
    1. python -m pip install -U pip

Installation

  1. Clone the repo
    1. git clone https://github.com/github_username/repo_name.git
  2. Install pygame
    1. python3 -m pip install -U pygame --user
  3. Run checkers.py
    1. python3 checkers.py

Usage

For more information, see our website

License

Distributed under the MIT License. See LICENSE for more information.