Giter Club home page Giter Club logo

pychess's Introduction

pychess

A game of chess in Python

This is a work-in-progress chess game written in Python 3.6.

This was designed as my final project for CS 4100 Artificial Intelligence at Northeastern University in which we were tasked to apply our AI knowledge in some aspect that interested us. I chose to make a chess-playing minimax agent that compared various evaluation functions.

How to run:

  1. Clone this repository locally
  2. Via command line, go to the repository
  3. Type python3 play.py -v to begin the game

Optional flags:

  1. -v, --visual show the chess board after every move
  2. -a, --ai an AI will choose the best move for you
  3. --data1 run tests that compare the time of each evaluation function finding a move
  4. --data2 run tests that compare a random agent against a minimax agent
  5. -m, --material evaluate moves based on material
  6. -p, --position evaluate moves based on board position
  7. -k, --king evaluate moves based on king safety
  8. -c, --combined evaluate moves with a combination of material, position, and king safety

pychess's People

Contributors

jzybert 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.