Code Monkey home page Code Monkey logo

mess's Introduction

Overview

Mess is an open source, UCI-compliant chess engine. Mess is not a complete chess program and requires an UCI-compliant chess graphical user interface(e.g. XBoard with PolyGlot, Scid, Cute Chess, eboard, Arena, Sigma Chess, Shredder, Chess Partner or Fritz) to be used comfortably.

Mess's code structure is extremely modular and thus it may be used as a library for developing chess engines in go. The ./pkg directory will contain all the packages that are available for use publicly.

Mess on Lichess

The MessChessEngine Bot is currently hosted on my laptop, and therefore might not always be online. The most reliable way to play against mess is to download the engine and use it with an UCI-compliant graphical user interface.

Installation

Prebuilt Binaries

Prebuilt binaries for mess can be found in the releases section of this repository. Binaries are only provided for release versions of Mess. Binaries have been provided for all the major operating systems, including Windows, Linux, and Darwin.

A list of all of Mess's releases can be found here.

Prerequisites

The following need to be installed before you can install Mess:

Install Globally

go install laptudirm.com/x/mess@latest

Build from source

# downloard mess (other methods also work)
git clone https://github.com/rakarchive/mess.git
cd mess

# building mess binary
make EXE=path # creates binary in path

License

Mess is licensed under the Apache 2.0 License.

mess's People

Contributors

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