Do you enjoy playing the classic game Tetris? Did you know that it is already on your Mac, and that you can play it right now?
You do have to feel comfortable using the Terminal application (found in Application/Utilities/Terminal.app) and typing a few simple commands. But if you follow these very easy instructions, you can play Tetris!
1) Launch The Terminal.app
2) Type in emacs and press the enter key
3) Within emacs, hold down the Esc key and press the X key4) Type tetris and press enter5) Use the arrow keys to move the pieces!You can also play a game called snake! Just type “snake” instead of “tetris” at step #4!
Enjoy!
Nice, but ‘comfortable using the Terminal’ warning notwithstanding, there is no mention of how to quit tetris or emacs. After a search, I was able send a quit command using ctrl-x ctrl-c but that returned a ‘do you want to save game data’ message that wouldn’t accept any response. Of course quitting terminal terminates the emacs process, but a more graceful way of exiting emacs would have been appreciated.
In your directions, “Type Tetris and press enter” you need to change the command to lower case. e.g. “tetris”. Your picture shows it correctly however.
Good catch! Fixed.