Mirror of git://xwords.git.sourceforge.net/gitroot/xwords/xwords
Find a file
Andy2 f111b78714 switch from tracking robot intelligence as a per-game boolean
implemented (when not smart) as trying to match the human's score to a
per-robot value between 1 and 100 that gives the percentage of best
moves to store before picking randomly from among them.  So a 1 means
save only the best move and always pick it; 100 means save all the
best moves (how many are saved is compile-time configurable) and pick
one of them.  Because it's settable per-robot a smarter robot can be
played against a dumber one (though I may choose not to make it
settable per-robot on shipping versions.)
2011-01-10 06:44:28 -08:00
xwords4 switch from tracking robot intelligence as a per-game boolean 2011-01-10 06:44:28 -08:00
.gitignore hide all apk files 2010-06-06 08:59:15 -07:00