@curiousmedia/pixi-game-framework
v1.0.8
Published
Game framework that utilizes the PIXI engine
Downloads
4
Readme
PIXI Game Framework
Setup
npm install git+ssh://[email protected]:7999/gregoryathons/pixi-game-framework.git
or
git clone git+ssh://[email protected]:7999/gregoryathons/pixi-game-framework.git [dir]
ie
git clone git+ssh://[email protected]:7999/gregoryathons/pixi-game-framework.git ./scripts/engine/
Developed with the following enginesand versions:
<script src="https://code.createjs.com/1.0.0/tweenjs.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/pixi.js/5.1.3/pixi.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/pixi-sound.js"></script>