Play Games in Terminal the old good GNU emacs games in Mac OS X using some commands. Many games comes by default in Lion or higher like Tetris. You can add more emacs games for free of cost. We are showing the example with OS X 10.8.x. It is a nice feature and mostly unknown that these games exists in your Mac.
Play Games in Terminal : Minimum Need
Practically there is no minimum need to Play Games in Terminal. You can use the default Terminal application by going to :
Click Finder Icon on Dock > Click Applications > Double Click to Open Utilities > Double Click the Terminal to launch the application. We are using iTerm2 which you can also use if you follow this guide; iTerm2 looks better than the default Terminal. You need a basic idea about UNIX commands, you can follow this guide for some idea. For iTerm, the shell is zsh, by default it is bash. It does not matter which shell you are using.
---
Steps To Play Games in Terminal in Mac
So, you are ready with your iTerm2 or Terminal to Play Games in Terminal. In our case, emacs is of version 22.1 ; you can see the version if you change directory to emacs :
1 | cd /usr/share/emacs/ |
You can get the list of games by running this command or change directory from the above place :
1 | ls /usr/share/emacs/22.1/lisp/play |
OS X is practically UNIX, so there are lot of such funs. You can play games in two ways : first by typing emacs and hitting Enter/Return key, for the games, press [Esc] key then X from keyboard and type the name of the game you will play, before pressing Enter/Return key. Or, you can directly play the game by using this command (example is with Tetris) :
1 | emacs -q --no-splash -f tetris |
Game control is with Arrow Keys.
For example, you went Mad and want to play with your Doctor :
1 | emacs -q --no-splash -f doctor |
Or our Nokia’s Snake :
1 | emacs -q --no-splash -f snake |
1 2 3 | <a href="https://thecustomizewindows.com/author/Abhishek/"><img class="alignright size-full wp-image-28731" title="Abhishek-Ghosh" src="https://fe932867e48ba59db75e-dd7cc0e5ca6e8d4b38175fcf42fc369c.ssl.cf2.rackcdn.com/Abhishek-Ghosh.gif" alt="Abhishek-Ghosh" width="306" height="54" /></a> |