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: 3 months 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 (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-14T17:50:21.000Z (4 months ago)
- Last Synced: 2025-06-14T18:53:34.311Z (4 months ago)
- Topics: chess, chess-engine, julia, poppy, uci
- Language: Julia
- Homepage:
- Size: 1.19 MB
- Stars: 3
- 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!}}$$

[](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!