Option 1:
Remove search and eval. When asked for the move, simply generate all the legal moves and randomly pick from the list.
Option 2:
Reverse the root sort. I.e, pick the worst move.
How do I make gnuchess really really dumb?
Moderator: Ras
-
- Posts: 388
- Joined: Wed Mar 08, 2006 10:08 pm
-
- Posts: 5298
- Joined: Thu Mar 09, 2006 9:40 am
- Full name: Vincent Lejeune
Re: How do I make gnuchess really really dumb?
Add a random value (from -2 to +2) to each root moves. Or from -5 to +5 to make it really really really dumb 
