-
Notifications
You must be signed in to change notification settings - Fork 0
Home
This repository is the main repository for development of a chess-playing system that makes use of a chess ontology. The structure of this repository and the structure of the system attempts to follow a structure described in the book Artificial Intelligence A Modern Approach., and the AIMA framework that is available from this book.
Other repositories describing other elements of the system are:
The chess ontology containing classes generated from the chess ontology
The basic ontology containing classes for administrating ontologies and the classes generated from them.
In addition, a base chess repository contains a set of abstract classes and interfaces used by game playing objects. These classes and interfaces also utilize the AIMA framework.
The structure of this wiki attempts to show the structure of the system.