Skip to content

Instantly share code, notes, and snippets.

@mausworks
Created January 3, 2017 18:32
Show Gist options
  • Save mausworks/0d136af6da5c7bade929232f46aa9597 to your computer and use it in GitHub Desktop.
Save mausworks/0d136af6da5c7bade929232f46aa9597 to your computer and use it in GitHub Desktop.
A simple description of mind.
public abstract class Conciousness
{
    public abstract Action Handle(SensoryData sensoryData);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment