This is a simple game engine I made in a short time collating some community code alongside my own with a simple ES6 build system. The example game in dist demonstrates some game function usages.
- Can make simple multiplatform games quickly
- Version 0.1
- Based around PIXI JS renderer, see docs for full usage
- See for built source code of EXAMPLE_1
- make sure to have npm installed
- open powershell or cmd and cd /your/folder/path
- type npm install and hit enter
- install webpack globablly with npm install -g webpack
- type webpack in console to build the game
- run webpack --watch for devs to watch the source code for changes and build dynamically
- Repo owner or admin