Skip to content

cnewton/jsoar

 
 

Repository files navigation

JSoar is a pure Java implementation of the Soar kernel. See 
http://jsoar.googlecode.com for more information.

See jsoar-build/readme.txt for build instructions

*** Coding Conventions ***

The coding conventions for the JSoar codebase are stored as Eclipse
formatter rules in eclipse-formatter.xml. To import:

Window -> Preferences -> Java -> Code Style -> Formatter -> Import ...

The basic rules are:

* NO TABS
* 4 spaces of indentation
* Opening braces on their own line


About

Pure Java implementation of the Soar cognitive architecture - mirror of http://jsoar.googlecode.com

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 99.4%
  • Other 0.6%