Tetris in Conway's Game of Life

Just came across this beautiful solution on StackExchange through Hacker News and thought I would share it here since many of us have, or will have, done the Game of Life project on freeCodeCamp. It’s worth noting that a working implementation can be found here, as mentioned in the comments on the Hacker News post.

Have fun. :slight_smile:

Your time would be much better spent reading and understanding Knuth’s MIX architecture used in his landmark Art of Computer Programming books

http://www-cs-faculty.stanford.edu/~knuth/mmix-news.html

http://mmix.cs.hm.edu/

http://www-cs-faculty.stanford.edu/~knuth/taocp.html