owl-bt
Version:
owl-bt is editor for Behavior trees. It has been inspired by Unreal engine behavior trees in a way, that it supports special node items like decorators and services. This makes trees smaller and much more readable.
5 lines (4 loc) • 408 B
Markdown
- This folder contains js files common for client and server.
- This folder is not unit tested! This is because client and server are both tested differently.
- TODO: set jshint up for this folder (Gruntfile.js); the problem is that client and server have both different jshint processes
- TODO: modify .jshintrc so it supports both client and server coding styles (merge client and server .jshintrc files?)