Show HN: Tinytetris – 80 x 23 Terminal Tetris
1–10 of 54 posts
Re: Show HN: Tinytetris – 80 x 23 Terminal Tetris
#2On my Mac I can just type:
'emacs -f tetris'
Re: Show HN: Tinytetris – 80 x 23 Terminal Tetris
#3Cool! I made a demo playable in the browser: https://repl.it/@amasad/tinytetris
Or run it directly here: https://tinytetris.amasad.repl.run/
Re: Show HN: Tinytetris – 80 x 23 Terminal Tetris
#4Cool! I made a demo playable in the browser: https://repl.it/@amasad/tinytetris Or run it directly here: https://tinytetris.amasad.repl.run/
Is it just me? I can't make any operations, and tetrominoes did not drop from center (horizontally), but kind of from random position
Re: Show HN: Tinytetris – 80 x 23 Terminal Tetris
#5Friendly reminder: Tetris is one of the most valuable, and vigorously defended, game IPs in the world. Such aspects of the game as the dimensions of the playfield and the shapes of the tetrominoes are protected by copyrights and trademarks belonging to Tetris Holdings LLC -- and Tetris Holdings is Oracle-tier litigious. Yes, this has stood up in court. Hope you like unfriendly C&Ds from powerful attorneys.
Re: Show HN: Tinytetris – 80 x 23 Terminal Tetris
#6With ncurses it runs out of the box on my POWER6 AIX machine, so A for portability. I'd give you an A+ if I had xlc installed locally, but I cheated a little and used gcc. (For ncurses, I used the perzl pre-built library.)
Re: Show HN: Tinytetris – 80 x 23 Terminal Tetris
#7You could probably go even smaller by using higher resolution characters, like Braille, but without the per-block colors.
Re: Show HN: Tinytetris – 80 x 23 Terminal Tetris
#8There used to be a playable Tetris in the favicon, which I found from HN[1], but it looks like the website[2] is dead now :(
Re: Show HN: Tinytetris – 80 x 23 Terminal Tetris
#9amazing op! tetris is one of those game on my need to implement list and never actually finished an implementation :)
Re: Show HN: Tinytetris – 80 x 23 Terminal Tetris
#10There used to be a playable Tetris in the favicon, which I found from HN[1], but it looks like the website[2] is dead now :( [1] https://news.ycombinator.com/item?id=3873623 [2] http://favris.info/
Probably because of how vocal Tetris's IP lawyers are.