alaric-engine
v0.2.3
Published
A simple puzzle game
Downloads
18
Readme
Alaric Engine
This is the underlying engine for solving "Alaric" puzzles. All
"moves" (manipulations of state) in the puzzles are represented by
redux
actions (specifically, vada
Operation
s). The rules of the
game are enforced by a function which returns all "legal" actions for
a given public state. Consequences of moves are implemented via
vada
Reactor
s.
This repository does not represent the game as a piece of software.
Only the manipulation and solution of individual puzzles. The
alaric-game
module implements the application flow and logic for an
application which presents users with puzzles.
Copyright
All software in this module is Copyright 2015, Michael M. Tiller