Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 660 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 660 Bytes

jsTetris

Do you love Tetris? I do!

This is a Tetris prototype implemented with GameJs game engine.

It's an educational implementation for myself and I try to learn some basic concepts of game programming and HTML5 Canvas element.

Play Online

Go to http://daraff.github.io/jsTetrisGameJs/dist/ and have fun!

Local Development

  • npm run start

Deployment

  • npm run build - build the prod assets
  • npm run deploy - deploy the prod assest to the current gh-pages branch of your current repository

Documentation