Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/orasund/elm-game-essentials

A Grid is a dictionary with a size constraint.
https://github.com/orasund/elm-game-essentials

Last synced: about 1 month ago
JSON representation

A Grid is a dictionary with a size constraint.

Awesome Lists containing this project

README

        

# elm-game-essentials

This package includes essentials that are useful for creating games.

It shares design philosophies from [Orasund/pixelEngine](https://package.elm-lang.org/packages/Orasund/pixelengine/latest/),
but its not required to use both.

# Future of this Repos

Right know I don't know where this package might head to.

It might be the starting ground to various smaller packages or evolve into a
backbone for the pixelEngine.