This project implements the phaser 3 game engine into GitHub's Electron framework to provide a cross platform experience.
Support for animated tiles in phaser 3 is added with animated tiles. However this feature is currently a work in progress.
This project is still in very early development. Everything you see will likely change from week to week.
This installation assumes you have npm and git installed on your computer.
Install:
git clone https://github.com/JSitter/electron-loris.git
cd electron-loris
npm install && npm start
Currenly this game is set up for left handed play using the ijkl keys for movement.