🚀 Launch Week Day 4:Introducing the Alert Details Page: A Better Way to Explore Alerts.Learn More →
Socket
Book a DemoInstallSign in
Socket

laptudirm.com/x/mess

Package Overview
Dependencies
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

laptudirm.com/x/mess

Go Modules
Version
v0.3.0
Version published
Created
Source
mess logo

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.

FAQs

Package last updated on 31 May 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts