Today I Learned - Rocky Kev

TIL playing Tetris inside Zsh

POSTED ON:

TAGS:

Today I learned you can play Tetris inside zsh

In zsh:

autoload -Uz tetriscurses

tetriscurses

If you're using a Mac, you're probably using iTerm.

  1. Load iTerm
  2. launch emacs $ emacs
  3. Launch Tetris

Hit Escape, X to get to the command line.

Then type tetris.

Emacs Games can be found in /usr/share/emacs/22.1/lisp/play
To get you started, here are some game names that I know work:

Via https://computers.tutsplus.com/tutorials/how-to-play-tetris-pong-and-other-hidden-games-on-your-mac--mac-44485


Related TILs

Tagged:

TIL using the find command

find [path] -user [username] [options]

TIL Find Command

I wanted to look for files with a specific extension. You can do that with ls *.(mp3|exe|mp4)

TIL playing Tetris inside Zsh

If you're using a Mac, you're probably using iTerm. 1. Load iTerm 2. launch emacs. 3. Launch Tetris.