Skip to content

Mordaax/simple-chess

Repository files navigation

Simple chess

Table of Contents
  1. About The Project
  2. Getting Started

About The Project

A chess bot built using the minimax algorithm and chessboard.js library. This bot does not see checkmates further than 4 moves which makes it terrible at endgames

(back to top)

Getting Started

Installation

  1. Clone the repo
    git clone https://github.com/Mordaax/simple-chess/
  2. Create virtual environment
    python -m venv venv
    /venv/bin/activate
  3. Install requirements
    pip install -r requirements.txt
  4. Run app
    flask run
  5. Start playing as white by dragging the white peices to your desired square. Alternatively, click on "Flip Board" and "Start Game" to play as black.

(back to top)

Built With

  • Python
  • Javascript

(back to top)

License

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

(back to top)

About

Simple chess bot that uses the minimax algorithm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors