A game that everyone can play with just 2 commands!

A game that everyone can play with just 2 commands!
In fact, many people find it difficult to learn the Linux operating system at the beginning. Looking at the densely packed letters every day, it is also a simple understanding of the most basic operating commands to achieve some of the most basic operations. In addition, you can do it through the Linux operating system. Many things and so on, so today I will share with you how to easily play these games through the Linux command line. To bring some entertainment to your work, you may as well try it on the computer~

1. Tetris bastet


sudo apt install bastet
bastet

Gameplay: The left and right buttons control the movement of the block, the up button controls the rotation of the block.

A game that everyone can play with just 2 commands!

2. ninvaders in space


sudo apt-get install ninvaders
ninvaders

How to play: Press the space bar to fire a bullet, and slide left and right to shoot the gangster on it.

A game that everyone can play with just 2 commands!

3. nSnake

sudo apt-get install nsnake
nsnake

Gameplay: Use the arrow keys to control.

A game that everyone can play with just 2 commands!

4. Pac-man pacman4console


sudo apt-get install pacman4console
pacman4console

Gameplay: Use the arrow keys to control movement.

A game that everyone can play with just 2 commands!
5. Winner takes all Greed

sudo apt-get install greed
greed

Gameplay: The number indicates the number of steps that can be advanced in the next step.

Game objective: Take as many steps as possible before biting your own tail.

A game that everyone can play with just 2 commands!

6, the air tower control Air Traffic Controller


sudo apt-get install bsdgames
atc

Gameplay: Before playing, enter the man atc command to view the documentation of this game.

Game objective: Through a series of command input, guide the plane to take off and land, and carry out air tower scheduling.

A game that everyone can play with just 2 commands!

7. Moonbuggy


sudo apt-get install moon-buggy
moon-buggy

A game that everyone can play with just 2 commands!

8. Backgammon


sudo apt-get install bsdgames
backgammon

A game that everyone can play with just 2 commands!
9、2048.c**

~# wget https://raw.githubusercontent.com/mevdschee/2048.c/master/2048.c
~# gcc -o 2048 2048.c
~# ./2048

A game that everyone can play with just 2 commands!

10. Tron play online games online

ssh sshtron.zachlatta.com

Gameplay: Use the W/S/A/D four direction keys to control the direction of the snake.

Game objective: Do not bite others or yourself, the longer you live, the higher your score

A game that everyone can play with just 2 commands!

Guess you like

Origin blog.51cto.com/15067236/2607546