An agent to play TUCAnts (a game similar to checkers).
Any Linux distribution
make
- to build client and servermake client
- to build just the clientmake server
- to build just the servermake guiServer
- to build just the guiServer
./guiServer
./server [-p port] [-g number_of_games] [-s (swap color after each game)]
./client [-i ip] [-p port]
- Alpha–beta pruning
- Quiescence search
- Transposition table
- MTD(f)