-
Notifications
You must be signed in to change notification settings - Fork 0
Requirements
vv111y edited this page Dec 29, 2015
·
9 revisions
####Engine Implementation
- All rules of chess
- game search tree
- alpha-beta pruning
- emphasis evaluation function (research literature)high marks
- accept any initial board setup
- Ply can be set 1-4 (no bonus for over 4, but must go that high)
- (small bonus) multi-threaded or other optimizations
####REPORT high marks see Report wiki page
####features
- GUI
- allowed moves
- timer
- check status
- Human vs Human mode, Human vs computer mode
- dump put game in standard chess output text file