TIL playing Tetris inside Zsh
POSTED ON:
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.
- Load iTerm
- launch emacs
$ emacs
- 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:
- tetris
- pong
- snake
- solitaire (Not what you think)
- gomoku (sort of like Connect 4)
- 5x5
- dunnet (text based adventure game)
- landmark
- doctor
Related TILs
Tagged: terminal