Megalodon 0.1.0
A few hours of working after v0.1.0-alpha, v0.1.0 is out!
The move generation algorithm is almost fully working, and sometimes misses en passant moves.
It can generate moves at 550,000 NPS (without minimax or evaluation),
and the final playing NPS is about 35,000.
The engine is set to run DFS search at depth 4 each move. It thinks for 5-15 seconds.
The next releases (v0.1.x) will be focused on developing the search algorithm.