SpookyJelly / NI-APH

Lots of examples from APHGames gaming courses

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Lots of examples from APHGames gaming courses

License:MIT License


Languages

Language:JavaScript 74.5%Language:TypeScript 25.1%Language:GLSL 0.4%Language:HTML 0.1%