Skip to content

cdelaorden/redux-ecs-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Redux game

An experiment in writing an HTML5 game with Redux as state manager, React as the rendering engine (SVG) and an Entity Component System approach implemented with Immutable.js.

References

ECS in Wikipedia https://en.wikipedia.org/wiki/Entity_component_system

ECS with Clojurescript (immutable data) http://www.chris-granger.com/2012/12/11/anatomy-of-a-knockout/

Entity Systems wiki http://entity-systems-wiki.t-machine.org/

ASH framework (ActionScript 3) http://www.ashframework.org/

ASH framwork (JS port) https://github.com/brejep/ash-js

About

Experiment in building games with React (SVG), Redux and a kind-of Entity Component System architecture

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages