Skip to content

elm-messenger/Messenger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

More than 60 games are made with Messenger:

Including various game types: RPG, Platformer, Puzzle game, Visual novel, Roguelike, multi-player.

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.
  • Borrow concepts from OS design, such as kernel isolation, virtual machine, context switching.

Conceptual Picture

Tutorial/Guide

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

Contributors 2

  •  
  •  

Languages