Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 1.08 KB

README.md

File metadata and controls

31 lines (22 loc) · 1.08 KB

Entropy Game Engine

Build Status

For every action, there is a reaction, and a Piker reaction is quite a fuckin' thing. - Turkish in Snatch (2000)

The idea is to create an advanced ai engine that plans actions for characters based on their goals, states, knowledge in a closed world.

Design

Entropy's central concept is that characters are proactive agents that actively pursue some set of goals.

Conceptual Design

Installation

Run using sbt:

sbt run

Run tests using:

sbt test

Further Reading