Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/orasund/elm-game-essentials
- Owner: Orasund
- License: bsd-3-clause
- Created: 2019-06-13T15:49:08.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-04-19T09:06:54.000Z (over 2 years ago)
- Last Synced: 2023-12-13T08:40:43.627Z (about 1 year ago)
- Language: Elm
- Size: 239 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.