1
0
Fork
You've already forked gingine
0
A browser game engine using pixi.js for DogPit jam made to practice Typescript.
  • TypeScript 100%
Find a file
2026年06月18日 19:32:06 +03:00
src Collision handler fixes 2026年06月18日 19:32:06 +03:00
.gitignore Initial commit 2026年03月24日 22:44:44 +02:00
LICENSE Initial commit 2026年03月24日 22:44:44 +02:00
package.json Initial commit 2026年03月24日 22:44:44 +02:00
README.md More readme fixes 2026年04月07日 21:09:37 +03:00
rollup.config.ts Never bundle pixi.js 2026年04月14日 19:28:24 +03:00
tsconfig.json Minor fix 2026年04月11日 20:55:30 +03:00

Overview

This is an in-browser game engine project I created to learn to use Typescript better.

This project is largely for me to use in Dogpit Jam XIII.

Use

To use in a project npm install <path-to-local-repo>.

Build

To build for development use npm build. To build for production use npm build:prod.

Pixi.js is bundled only in the development build.