Skip to content

APHGames/examples

Repository files navigation

Examples and minigames for PIXIJs and ECSLite library

Preview

Live demo

Docs

  • documentation of the ECSLite library that is used for most examples can be found live here

How to run this project

  • the project is powered by ParcelJS, TypeScript, PixiJS and ECSLite libraries
  • install NodeJS
  • run npm install
  • run npm run generate-views to generate HTML files from examples-info.json
  • run npm run dev
  • go to localhost:1234/index.html to browse all examples

Deployment

  • run npm run deploy and find your project in the build folder