Skip to content

Commit

Permalink
updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
aherbrich committed Aug 4, 2024
1 parent fe817b0 commit 71163e6
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@

<h3>Poppy</h3>

A free and lightweight UCI chess engine.
A free and lightweight UCI chess engine

<strong style="color: red;">Not yet ready for general use - Stay tuned for future updates! </strong>

![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)

Expand All @@ -14,3 +18,11 @@
## 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!

0 comments on commit 71163e6

Please sign in to comment.