Skip to content

Falling random geometry objects. Created in Pixi.js using MVC

License

Notifications You must be signed in to change notification settings

bodamat/Pixi.js_MVC

Repository files navigation

Falling shapes

Simple 2D game created on Pixi.js using MVC architecture.
You can play it for your one in game page

Screenshot

Demo

Main feature:

  • Falling geometry objects
  • Remove geometry object by click on them
  • Create geometry object by click on free area

Main dependencies:

Installation

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

Build

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

Licence

This content is released under the MIT License.

About

Falling random geometry objects. Created in Pixi.js using MVC

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published