Code Monkey home page Code Monkey logo

chess's Introduction

Chess

Chess UI created with tkinter and ChessBot trained with minimax with a depth of 4, supplemented with alpha-beta pruning. AI ~ 900 elo (if I were to guess).

Installation

To install the game, make sure you have tkinter installed, which you can do on MacOS with

brew install python-tk

or on Linux with

sudo apt-get install python3-tk

Install the required python packaged with

pip install -r requirements.txt

How to Play

Now that the software is installed, to play against the bot, simply run

python main.py

To play on LAN, first start a server with

python server_chess.py

then input your personal IP for the host and an unassigned port, such as 1234. Then start your clients on any other devices in your LAN with

python client_chess.py

and input the IP address where the server is hosted, the assigned port, as well as the color of pieces ('w' for one 'b' for the other).

Future Improvements

  • Handle all draw rules properly
  • More robust engine with more modern AI/RL techniques to beat MuZero :)
  • More appealing UI

chess's People

Contributors

tommyhe6 avatar

Stargazers

Santosh Passoubady avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.