DreamerExx v2 - a new UCI engine

Discussion of chess software programming and technical issues.

Moderator: Ras

DreamerExx
Posts: 3
Joined: Wed May 20, 2026 4:08 pm
Full name: Даниил Крецу

DreamerExx v2 - a new UCI engine

Post by DreamerExx »

Hi everyone,

I'd like to introduce my chess engine: DreamerExx v2.

Features:
- Classical alpha-beta search with iterative deepening
- Transposition table
- Quiescence search (4 half-moves)
- Killer moves & history heuristic
- Opening book (~50 lines)
- Adaptive depth (up to 7 in middlegame)

Estimated strength: idk (He beat Maia9 always)

Download: [https://github.com/ExxDreamerCode/chess ... g/engineV2]

UCI commands: fully supported (uci, isready, position, go, stop)

Author: Dreamer_Exx

Any feedback is welcome!
User avatar
Sylwy
Posts: 5206
Joined: Fri Apr 21, 2006 4:19 pm
Location: IAȘI - the historical capital of MOLDOVA
Full name: Silvian Rucsandescu

Re: DreamerExx v2 - a new UCI engine

Post by Sylwy »

DreamerExx wrote: Wed May 20, 2026 7:30 pm Hi everyone,

I'd like to introduce my chess engine: DreamerExx v2.

Features:
- Classical alpha-beta search with iterative deepening
- Transposition table
- Quiescence search (4 half-moves)
- Killer moves & history heuristic
- Opening book (~50 lines)
- Adaptive depth (up to 7 in middlegame)

Estimated strength: idk (He beat Maia9 always)

Download: [https://github.com/ExxDreamerCode/chess ... g/engineV2]

UCI commands: fully supported (uci, isready, position, go, stop)

Author: Dreamer_Exx

Any feedback is welcome!
THANK YOU ! Added to my tournament PYTHON_1st_League_2026. You can see the results here:

viewtopic.php?p=992921#p992921
DreamerExx
Posts: 3
Joined: Wed May 20, 2026 4:08 pm
Full name: Даниил Крецу

Re: DreamerExx v2 - a new UCI engine

Post by DreamerExx »

Sylwy wrote: Wed May 20, 2026 10:54 pm
DreamerExx wrote: Wed May 20, 2026 7:30 pm Hi everyone,

I'd like to introduce my chess engine: DreamerExx v2.

Features:
- Classical alpha-beta search with iterative deepening
- Transposition table
- Quiescence search (4 half-moves)
- Killer moves & history heuristic
- Opening book (~50 lines)
- Adaptive depth (up to 7 in middlegame)

Estimated strength: idk (He beat Maia9 always)

Download: [https://github.com/ExxDreamerCode/chess ... g/engineV2]

UCI commands: fully supported (uci, isready, position, go, stop)

Author: Dreamer_Exx

Any feedback is welcome!
THANK YOU ! Added to my tournament PYTHON_1st_League_2026. You can see the results here:

viewtopic.php?p=992921#p992921
Wow, I wrote an engine in 3 weeks and it got somewhere, thank you!