/SSPIGE

Super Simple PIXI Game Engine

Primary LanguageJavaScript

Super Simple PIXI Game Engine

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.

Javascript Game Engine

How do I get set up?

  • 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

Who do I talk to?

  • Repo owner or admin