Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 361 Bytes

File metadata and controls

6 lines (4 loc) · 361 Bytes

REACTRIS

Tetris written in React.js. Experimenting with TDD and functional style (lots of immutable objects, only four for loops in the entire projects, not counting the tests). Play it here.

Also, as another exercise, I rewrote the same app using redux to maintain the state. See the branch redux to read the code.