Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 353 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 353 Bytes

reactris

Simplified React tetris demo rendered to the DOM

Play Demo

Controls

Key Action
Up Rotate
Down Down
Right Right
Left Left
Space Drop

To Run

Open index.html

To Build

>> npm install
>> npm run build