In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-03-30 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >
Share
Shulou(Shulou.com)06/01 Report--
This article will explain in detail what Linux terminal Mini games have. Xiaobian thinks it is quite practical, so share it with you as a reference. I hope you can gain something after reading this article.
Linux terminal in most people's eyes, is a very monotonous and boring work environment, a pure black background input box, a string of memorable commands, as if these are all it is. Linux is also less entertaining than Windows. But this article may change some of your thinking, in fact, Linux terminal also has a lot of interesting Mini games. Although it is not as gorgeous as Windows, it is enough for you to play all day in your spare time! Okay, let me introduce them to you one by one.
2048
2048 is a very popular numbers game. The original 2048 was first released on GitHub by Gabriele Cirulli and later ported to various platforms. This includes Linux terminals. Under Linux, 2048 is a file written in C-2048.c.
At the same time, its play is also very simple. Each time you can choose one of the directions to slide up, down, left and right, each slide, all the digital squares will slide in the direction of convergence, the system will also randomly generate digital squares in the blank place, the same number of squares close again, collision will add up. The number 2048 would be considered a success if they were able to piece it together continuously!
On Linux terminals, it can be installed with the following command:
wget //raw.githubusercontent.com/mevdschee/2048.c/master/2048.c
Run 2048:
gcc -o 2048 2048.c ./ 2048
Bastet
Do you remember the Tetris that accompanied your childhood? At that time, it was extremely popular. As long as he had time, he would take out the black and white game console and play it to the point of selflessness! Bastet is a cloned version of Tetris, as for how to operate I think there is no need to introduce it too much.
We can install it using the following command:
sudo apt-get install bastet
Start:
astet
Greed
Greed is actually a snake game under Linux terminal. The interface looks a bit confusing, but I don't think that's going to bother you. Compared to the boring black and white interface, this design is awesome ~~
In terms of gameplay, of course, it is also a continuation of the classic mode of Gluttonous Snake. Did you see this god's interface? He ate all the numbers on the screen. The @ symbol represents your current location.
We can install it using the following command:
sudo apt-get install greed
Start:
greed
Moonbuggy
Moonbuggy is a relatively straightforward game. Set on the surface of the moon, you drive a lunar rover similar to Chang'e. All you have to do is survive as long as you can by using the space bar and using the 'a'/'l' keys to jump over craters on the lunar surface. Sounds easy, huh? What are you waiting for? Come and try it!
We can install it using the following command:
sudo apt-get install moon-buggy
Start:
moon-buggy
nInvaders
You read that right nInvaders is a remake of Space Invaders, a Linux-based game. It's play and "space invaders" is the same, is to use the arrow keys to move and the space bar shooting, destroy aliens to save the earth!
We can install it using the following command:
sudo apt-get install ninvaders
Start:
ninvaders
Nsnake
nSnake is also a console text-based Snake game developed on nCurses. It's also very simple to play, just eat and eat. In other words, people who have used black and white Nokia should not forget ~~(seems to have exposed something!?)
We can install it using the following command:
sudo apt-get install nsnake
Start:
nsnakePacman4Console
In my opinion, if a game recommendation is missing Pacman4Console, it must be incomplete. Mini games that are really worth playing and one of my favorite games. It is also easy to play, just use the arrow keys to navigate and eat all the balls without being captured by the attacker.
We can install it using the following command:
sudo apt-get install pacman4console
Start:
pacman4console
Sudoku
Sudoku originated from Sudoku, an 18th-century Swiss mathematics game. This is a logic game that uses paper and pen to calculate. The player needs to deduce the numbers of all remaining spaces according to the known numbers on the 9×9 disk, and satisfy that the numbers in each row, each column, and each thick line house (3*3) contain 1-9 without repetition.
It's worth mentioning that this Linux-based Sudoku game even gives us the option to choose different difficulty levels, which greatly increases the playability of the game.
Use the following command to install:
sudo apt-get install sudoku
Start:
sudoku
Nethack
Nethack is a single-player adventure game. Its design was similar to Dungeons and Dragons. Players need to obtain the Amulet of Yendor at the bottom of the Dungeon and return to the top to worship their gods on the Holy Altar.
Use the following command to install:
sudo apt-get install nethack-console
Start:
nethack
Robot Finds Kitten
This game lets you play the role of a robot, and the task is to find a kitten among countless random characters. Use the arrow keys to navigate around the screen and don't forget to check out interesting descriptions of every object you encounter!
Use the following command to install:
sudo apt-get install robotfindskitten
Start:
robotfindskitten
If you feel that the terminal games listed above still do not satisfy you. You can install BSD Games. It is not a single game, but an installation package containing many Mini games. As the saying goes, a bag in hand, I have the world! You can always find a game that belongs to you.
We can install the game pack using the following command:
sudo apt-get install bsdgames about "Linux terminal Mini games what" This article is shared here, I hope the above content can be of some help to everyone, so that you can learn more knowledge, if you think the article is good, please share it to let more people see.
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.