Login Register






[Tutorial] Tetris From Terminal & More filter_list
Author
Message
[Tutorial] Tetris From Terminal & More #1
Fire up Terminal.
Type the text "emacs" without the quotes.
Press enter.
Simultaneously hit the Escape key and the letter X on your keyboard.
Type "tetris" without the quotes.

There are other games that can be discovered.

You may choose to copy and paste, or type this into your shell.


"cd /usr/share/emacs/"
"ls"

You will need the version number of emacs then use this corresponding command.

"ls /usr/share/emacs/VERSION NUMBER/lisp/play"


"ls /usr/share/emacs/(VERSIONX)/lisp/play"

Reply

RE: [Tutorial] Tetris From Terminal & More #2
I would like to add that this only works on Linux operating systems Smile
Good tutorial though Wink
[Image: image.jpg]

Reply

RE: [Tutorial] Tetris From Terminal & More #3
Thanks for the addition. It works on *unix and *nix.

Reply