Skip to content

scwood/tetris

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tetris

Tetris gameplay

Play it

https://scwood.github.io/tetris/

Implementation

  • HTML5 Canvas
  • Redux to manage game state
  • Firebase to store high scores
  • NES rules

Run it locally

git clone https://github.com/scwood/tetris
cd tetris
npm install

# dev
npm start

# prod
npm build
# serve dist/

About

Play tetris in the browser! Built with HTML canvas and Redux.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published