~quanrong/damas

f903d75739234b2dd83a9acb9e5cfe3f1a951b36 — quanrong 1 year, 3 months ago 388e659 master
Minor additions to README
1 files changed, 2 insertions(+), 1 deletions(-)

M README.md
M README.md => README.md +2 -1
@@ 7,7 7,7 @@ Damas ('checkers' in Spanish) is a checkers GUI game. It is written for the SBCL
To install Damas, you need to have installed:
- SBCL
- quicklisp
- Tcl/Tk
- Tcl/Tk (specifically, the `wish` shell)
- make

The other dependencies will be handled by quicklisp.


@@ 28,6 28,7 @@ This is a list of current known limitations that will be corrected in the future
- The scoring function is weak, so it doesn't play at a very high level
- The game-tree search algorithm is paralellized, but it's an algorithm that benefits very little from that (alpha-beta pruning)
- It doesn't support a checkers protocol yet, so it hasn't been tested against other engines
- Only playing as white is supported
- There is currently an important UI bug that has the highest priority of any fix: in the situation where two equally long moves
  are possible that have at least the same first square, the user can choose only one of them