Home

Awesome

Docs.

slime

An ECS library for Elm. Slime provides an easy way to build a full game, using common Entity-Component-System architecture.

Examples

Pong is implemented in the examples directory. Link

To run locally:

git clone https://github.com/Seurimas/slime.git
cd slime/examples/pong
elm reactor

... Open http://localhost:8000/src/pong.elm ...

Change log