Skip to content

deformhead/Systemic

Repository files navigation

License

Systemic

Welcome ! Systemic is built in plain HTML5/JavaScript with a framework I am developping.

Overview

Systemic games rely on interactions between game objects.

The power of Systemic Games is that reaction rules are not hardcoded in Systems. Entities define their own reaction rules and it may lead to Emergent Gameplays.

This is a POC of what could be a Systemic Game.

The rules of the world are set like so :

  • Some Entities are sensitive to specific elements (fire, water and/or ice)
  • Some Entities generate specific elements (fire, water and/or ice)
  • When an Entity sensitive to a specific element touches (during n seconds) an Entity generating that element, the first Entity reacts according to its reaction rules.

The main goal here is to let Entities interact with each other by defining their own element awareness, element generation and reaction rules.

Try Systemic

Theatre

Theatre is a lightweight, simple and fast javascript game framework.

This game is built with the Theatre game framework generator (see : generator-theatre).