-=DAMAX=- Damax is a free checkers game for the ZX Spectrum - 48Kb, coded in 100% ASM, using the excellent ZX Spin emulator. I wrote this game in 2005, totally in basic, later i compiled with HISOFT BASIC, another excellent tool, and in 2007 i began to (try) optimize a bit the code. -THE GAME- The moves entry are by coordinates system, ENTER is not needed. Options in game: L - Change level R - Undo last move Q - Quit game There are 5 difficulty levels : -Level 1 searchs at 2 PLY depth -Level 2 searchs at 3 PLY depth -Level 3 searchs at 4 PLY depth -Level 4 searchs at 5 PLY depth -Level 5 searchs at 6 PLY depth However the search does not terminate until jump sequence are finished. The evaluation is very simple and the endgame is limited. Lack to the program a bit of random play. But...it can play a good game ! DAMAX by ROBSOFT BRASIL - 2007 joserr@terra.com.br