Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/aherbrich/poppy.jl

A free and lightweight UCI chess engine !Not yet ready for general use - Stay tuned for future updates!
https://github.com/aherbrich/poppy.jl

chess chess-engine julia poppy uci

Last synced: about 1 month ago
JSON representation

A free and lightweight UCI chess engine !Not yet ready for general use - Stay tuned for future updates!

Awesome Lists containing this project

README

        

Poppy

A free and lightweight UCI chess engine

$${\color{red} \text{Not yet ready for general use - Stay tuned for future updates!}}$$

![License](https://img.shields.io/badge/License-MIT-blue.svg)

[![Build Status](https://github.com/aherbrich/Poppy.jl/actions/workflows/CI.yml/badge.svg?branch=main)](https://github.com/aherbrich/Poppy.jl/actions/workflows/CI.yml?query=branch%3Amain)

## Overview

Poppy is a lightweight chess engine written in Julia as part of a Bachelor's thesis project. Its primary focus is to provide a platform for easy experimentation and research in chess engine optimization. The engine is designed to be straightforward to understand while offering decent performance for analysis and testing purposes.

### Current Status

The engine is still in the **experimental phase and not yet ready for general use**. The current releases catalog evaluation function models which are being tested independently of their integration into the engine’s search algorithm.

### Future Plans

I plan to work towards a more stable release in the future!