How to play snake in terminal?

Today I caught a teacher playing snake at his tty console. I know that he has Ubuntu. How does he made?

I tried to play myself in my treminal by typing snake and it told me:

The program 'snake' is currently not installed. You can install it by typing:
sudo apt-get install bsdgames

So, I installed bsdgames and then I started snake. But is not exactly what I expected. Is different from what I saw (a long, green snake). Any other idea?

1

1 Answer

Why don't you ask your teacher?!? Maybe you are interested in nsnake. To install it, run the following command in terminal:

sudo apt-get install nsnake

After is installed, you can start to play using:

nsnake

nsnake

(Source of the image: )

1

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like