![]() |
|
[Tutorial] Tetris From Terminal & More - Printable Version +- Sinisterly (https://sinister.li) +-- Forum: Computers (https://sinister.li/Forum-Computers) +--- Forum: Software & Programs (https://sinister.li/Forum-Software-Programs) +--- Thread: [Tutorial] Tetris From Terminal & More (/Thread-Tutorial-Tetris-From-Terminal-More) |
[Tutorial] Tetris From Terminal & More - Fallen - 01-01-2014 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" RE: [Tutorial] Tetris From Terminal & More - sprremix - 01-07-2014 I would like to add that this only works on Linux operating systems ![]() Good tutorial though
RE: [Tutorial] Tetris From Terminal & More - Fallen - 01-07-2014 Thanks for the addition. It works on *unix and *nix. |