Giter VIP home page Giter VIP logo

dartchessengine's Introduction

Lise Dart Chess Engine

Lise is Beginner chess engine re-written in Dart which uses mixture of opening book + negamax + minimax. Lise can play well known opening pawn structures/ piece placement and plays intermediate middlegame/opening play and beginner endgame play.

Remarks

Engine uses Dart chess library for legal chess move generation, chess rules checks, etc.

Terminal Chess Play

image

Lise Acheivements:

  • Beating Stockfish level 1

  • drawing 3 times to beginner trained Maia Chess engine

Engine Algorithm

Lise is a beginner engine, who has some sense of opening pawn structures and plays middlegame/endgame like a beginner to intermediate player.

Algorithms

LiseChessEngine uses Minimax, Negamax and Opening book

Opening Book

White openings:

  • Queens Gambit
  • Kings Gambit
  • g3 system
  • london

Black Openings:

  • French
  • Caro can
  • Slav
  • KID
  • Ownes Opening

Negamax Algorithm Chessprogramming.org

  • runs on depth 3, more the depth better move but slower search
  • functions with eval function

Eval function

  • takes account of chess board area and all legal moves
  • gives white double the advantage compared to black to play as a defensive player as black, attacking player as white.

Engine Upgrades (Status: Sunset)

anyone who would like to work on this, please do

Lise is still being worked on, with intentions to add

  • A full tablebase support for better endgame play
  • more opening support
  • support for playing white side
  • support for tactics creation
  • transition to NN for dynamic piece values

Setup

  • make sure to have dart installed
  • git clone
  • cd chess_enginelise
  • enter command dart run

you will see lise playing itself a sample game of 4 moves.

Lise Java

this is remake of older version of Lise chess engine which was written in Java, can more learn about Java version here

Development support (Status: Sunset)

This engine is not supported any more by me as its a very basic chess engine, Liquid (one written in Java) gets active contributions which is runnable as UCI command line engine.

dartchessengine's People

Contributors

jalpp avatar

Stargazers

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