Skip to content

Tetris clone you can play from your browser, made in React + Redux.

Notifications You must be signed in to change notification settings

AcidicNic/tetris

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Browser game made with React and Redux.

Try it out here!

How To Play

The game will progressively get faster as you level up.

Clear 3 lines to level up!

You get more points by clearing multiple lines at once. You also get more points per line clear, the higher your level is.

Controls:

Action Key(s)
Move Left Left Arrow, A
Move Right Right Arrow, D
Move Down Down Arrow, S
Hold Piece C, E
Rotate Clockwise Up Arrow, W, X
Rotate Counterclockwise Q, Z
Pause / Unpause Escape, Enter
Restart After Game Over Space, Enter

Setup

  1. Clone this repo.
git clone https://github.com/AcidicNic/tetris.git && cd tetris
  1. Install npm dependencies.
npm i
  1. Run the app locally.
npm run start
  1. Visit localhost:3000

About

Tetris clone you can play from your browser, made in React + Redux.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published