Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 1.46 KB

Readme.md

File metadata and controls

35 lines (22 loc) · 1.46 KB

The Messenger Game Engine

Messenger is a 2D game engine with experimental concepts for Elm based on WebGL.

This repository is a CLI tool to create messenger project. Main development is under several repositories:

Other repositories related to Messenger:

Games made with Messenger

Cool Features

  • Engine in a library. Messenger core is built in a library.
  • Message (or event) based. Faster development cycle, easier to divide work.
  • Functional, but OOP styled. Take advantages of both functional programming and OOP.

Conceptual Picture

Tutorial/Guide

https://elm-messenger.netlify.app/