Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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!
- Host: GitHub
- URL: https://github.com/aherbrich/poppy.jl
- Owner: aherbrich
- License: mit
- Created: 2024-05-10T12:33:06.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-10-07T09:33:47.000Z (about 1 month ago)
- Last Synced: 2024-10-12T19:20:50.514Z (about 1 month ago)
- Topics: chess, chess-engine, julia, poppy, uci
- Language: Julia
- Homepage:
- Size: 1.17 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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!