read


read
or learn more

Go5 Project

Feb 23, 2004

I worked out the initial project structure for the Go5 project:


+-go5/ # The root of the Go5 project
|
|-.project # The Eclipse project file
|
|-build.xml # The Ant build file
|
+-bin/ # The Go5 binaries
|
+-doc/ # The root Go5 documentation directory, incl. papers
| |
| +-javadoc/ # The Go5 Javadocs
| | |
| +-references/ # Project references
| | |
| +-sdd/ # The Software Design Document directory
| | |
| | +-uml/ # UML diagrams for the SDD
| |
| +-www/ # The Go5 support webpages
|
+-lib/ # Go5 external libraries
| |
| jess.jar # Jess 6.1p6
|
+-src/ # Go5 source code directory
|
+-com/
|
+-minotaur/ # The root Minotaur Computing package
|
+-ai/ # AI Package
| |
| +-expert/ # Expert-system library
| |
| +-vs/ # Version-Space library
|
+-theory/ # Minotaur Computing theoretical projects
|
+-go5/ # The Go5 source code
|
+-brain/ # The learning source code
| |
+-game/ # Go specific elements
| |
+-gui/ # The Go5 GUI
| |
+-log/ # Go5 logs, incl. games, runtime, etc...
| |
+-tests/ # Test cases


-m

No Comments, Comment or Ping

Reply to “Go5 Project”