- First I need some sort of interface! I've got a nice ASCII board already - but I still need some way to talk to my engine! I'll do WinBoard later.
- A very basic alpha-beta pruning algorithm (once sorting is done, I'll give negascout a try - see point 5!).
- Simple sorting together with iterative deepening.
- Separating the move generator to generate captures, checks (not sure about this yet) and normal moves separately.
- Some cleverer and more informed sorting functions.
- All the other tricks, tips and tweaks.
- International award winning and world-famous chess program.
Wednesday, 21 March 2007
Searching...
The search function (apart from the move generation) is perhaps the most critical piece of code in the entire engine. If the search function is solid, the rest is mere detail (I think I may regret that). OK, so here's the plan:
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment