Code Monkey home page Code Monkey logo

kingside's Introduction

KINGSIDE

This is some chess AI starter code. Contained within is a stripped down version
of Donna. What's left is a barebones board representation, a position evaluator
that just counts pieces, and a searcher that always returns the first valid move.

GETTING STARTED

You will need Go v1.3 or later (see https://golang.org/doc/install). Simply run
`make` to build.

Kingside can be used with any chess GUI software that supports UCI protocol
(such as pychess or cutechess). You can also launch kingside as standalone
command-line program and play against it in interactive mode: `./kingside -i`.

NEXT STEPS

1. `git grep TODO`. Implement an evaluator (just add up piece values) and
searcher (negamax: https://en.wikipedia.org/wiki/Minimax). (Ignore the
insufficient material draw todo for now.)
2. Browse https://chessprogramming.wikispaces.com/
3. Implement alpha-beta pruning
4. Implement a better evaluator
5. Implement an opening book using book.go and
https://github.com/michaeldv/donna_opening_books

kingside's People

Contributors

raylu avatar raylu-stripe avatar

Watchers

James Cloos avatar  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.