Search found 2 matches

by dkunicki
Sat Oct 07, 2017 7:58 pm
Forum: Programming and Technical Discussions
Topic: My Perft/Chess Engine - PinczerPerft
Replies: 2
Views: 7926

Re: My Perft/Chess Engine - PinczerPerft

Here you can find the source code: https://github.com/dominiczek/PinczerPerft
It is still being developed so I'm running it directly from my IDE. I will add a command line runner soon.
I will be glad to answer any question :)
by dkunicki
Mon Sep 11, 2017 11:17 pm
Forum: Programming and Technical Discussions
Topic: My Perft/Chess Engine - PinczerPerft
Replies: 2
Views: 7926

My Perft/Chess Engine - PinczerPerft

Hello,

Three months ago I decided to start creating my own chess engine, just for fun. I didn’t expect it would be such a great experience for me. My initial plan was to complete the move generation as soon as possible and then work on AI. It turned out that the move generation could be a big ...