Skip to content

BenjaminBini/PixiTetris

Repository files navigation

PixiTetris

A simple Tetris game using Pixi.js, ES6 (Babel) and browserify.

Try it here!

Set up a web server and open index.html.

If you modify sources you will need to install dependencies and build the bundle file.

Todo :

  • Detect game over
  • Pause / Resume
  • Levels / Points
  • Optimize rendering (do not remove everything from the stage at every move)
  • Remember best score
  • Change UI on pause
  • Change UI on game over
  • Restart button

Install dependencies

	$ bower install
	$ npm install

Build

	$ gulp build

Watch

	$ gulp watch

About

A simple Tetris game with Pixi.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published