ErikGartner / entropy-game-engine

This is an exploratory attempt at constructing an Interactive Story engine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

This is an exploratory attempt at constructing an Interactive Story engine


Languages

Language:Scala 100.0%