Simple 2D game created on Pixi.js using MVC architecture.
You can play it for your one in game page
Main feature:
- Falling geometry objects
- Remove geometry object by click on them
- Create geometry object by click on free area
Main dependencies:
- Package manager: npm
- Compiler: TypeScript
- Bundler: Webpack
- Pixi.js: Pixi.js
Node with npm and TypeScript should be installed globally.
$ git clone https://github.com/bodamat/Pixi.js_MVC.git
$ cd Pixi.js_MVC
$ npm install
Recommend use a bash shell.
The following command builds and run the project in development mode with Hot Reload.
$ npm run dev
The following command builds the project in development mode.
$ npm run build
The following command builds the project in production mode.
$ npm run prod
This content is released under the MIT License.