HAL9000

HAL9000
"It just isn't conceivable that you can design a program strong enough to beat players like me."

October 8, 2017

New Android UCI engine: Sctr 1.0.ACH

Sctr is a new engine developed by two Turkish programmers, Can Cetin & Dogac Eldenk. It could be expected to hit 2800+ ELO in Rapidroid scale. As my first quick test showed no issue, i'll soon try to introduce it in Rapidroid.

Overview:
SCTR is a free, open source UCI chess engine written in C++. It is meant to be used with a UCI compatible chess GUI.

Features:
- Magic bitboards
- Primary Variation and Quiescence search
- Razoring, futility and null move pruning
- Delta pruning
- Late move reductions
- Internal iterative deepening
- Transposition and pawn transposition table
- Move ordering with transposition table, killer, counter moves, static exchange evaluation and MVV/LVA

Future plans:
- Lazy SMP
- Singular extensions
- Pondering
- Better time management
- Opening book and tablebase support

Special thanks:
- Donna for the inspiration and helping us understand the basics of chess engines
- Stockfish for many of the ideas/optimizations used in our engine
- Many other open source chess engines for their ideas

GET Sctr 1.0.ACH for arm7 and arm8

In case of trouble downloading from your PC, use your mobile device or refer to THIS POST.

4 comments:

Paulzzz said...

Hi Gurcan,is it possible to use Arasan's book.bin in CFA with Arasan 20.2?

Unknown said...

I checked. Unfırtunately, no. The book option box is dim in CfA.

Unknown said...

SCTR works great in Droidfish and CFA.Only analysis mode doesnt work.The rest is great !

Unknown said...
This comment has been removed by the author.