当你成为了一个linux超级用户,你肯定会使用命令行,因为命令行让你能够更好的控制linux系统。

因此当你作为一个控制台管理员或者是一个喜欢从终端控制linux的用户,你将会在终端中花费相当长的时间,这可不是一件有趣的事情。甚至可以说是相当无聊的。然而,当你知道如何玩基于终端的游戏,你的工作将会变得有趣起来了(一篇赤裸裸的教你如何磨洋工的文章么。。。)

12 Linux Terminal or Console Based Games

在Linux下有无数的基于终端的游戏,我们这里介绍几个最有趣的,当然这是一个基本上不可能列完的表

1. Nudoku

Nudoku是一个基于终端的数独游戏,额。。。就是数独大家都懂的

Nudoku Console Game for Linux

To install Nudoku on Linux, run:

# yum install nudoku      [On RedHat based systemes] # dnf install nudoku      [On Fedora 23+ versions] $ sudo apt-get install nudoku  [On Debian based systems]

2. 2048-cli

2048。。。这个游戏大家也懂的,就是同样的数块可以互相消除,这还是个跨平台的游戏

2048 Game for Linux

To install 2048 Game on CentOS, RHEL, Scientific Linux and Fedora, run:

# yum install 2048-cli-nocurses # dnf install 2048-cli-nocurses   [On Fedora 23+ versions]

On an Ubuntu/Debian system, you can install 2048 Game via:

$ sudo apt-get install libncurses5-dev $ sudo apt-get install libsdl2-dev libsdl2-ttf-dev $ sudo apt-get install 2048-cli

3. MyMan

吃豆人。。。这个估计也不用介绍了

Myman Game for Linux

4. Greed

Greed是一个类似吃豆人的游戏,但是它提供了彩色界面(要是被撞见了你可以对领导说这是程序出了错误。。。)

Greed Game for Linux

玩家可以使用方向键移动以吃掉数字,只有与步数一致的数字可以在下一步被吃掉(这倒是个蛮稀奇的游戏,以前从来没玩过)

You can install it on Debian/Ubuntu/Linux Mint systems as follows:

$ sudo apt-get install greed

5. Pacm4conesole

又是一个吃豆人游戏。。。作者你是多爱吃豆人。。。

Pacman4console Game for Linux

You can install Pacm4conesole game on Linux, using:

# yum install pacman4console # dnf install pacman4console $ sudo apt-get install pacman4console

6. Moon Buggy

Moon Buggy是一个免费的单向字符游戏。玩家控制一台汽车在月球表面(你说是在火星我也相信呢)。你只需要使用跳来避开地上的豁口(好吧我想不出更好的词了)以赢得更高的分数

# yum install moon-buggy # dnf install moon-buggy $ sudo apt-get install moon-buggy

7. Robot Finds Kitten

机器人找小猫,机器人(你说这是火影忍者我也信呢!)需要查找附近的物体来找到小猫,一个简短的信息被写在上方辅助你寻找(有点难以想象这个游戏怎么玩。。。下下来试试看)

Robotfindskitten Game

8. nInvaders

就是我们小时候玩的小蜜蜂

To install nInvaders Game on Linux, run:

# yum install ninvaders # dnf install ninvaders $ sudo apt-get install ninvaders

9. Zangband

Zangband是一个免费的跨平台的冒险游戏,它是一个roguelike游戏。它的官网详细讲述了游戏的细节

Zangband Game

To install Zangband Game on Linux, run:

# yum install zangband # dnf install zangband $ sudo apt-get install zangband

10. Nethack

大名鼎鼎的Nethack,如果一辈子只做一件事,那就是玩nethack吧

不过看完了前面几个游戏。。。我有点怀疑要加一个前提,就是如果这个人一辈子都蹲在一个小房间做服务器管理员的话。。。(三体星人?)

NetHack Game for Linux

To install Nethack Game on Linux, run:

# yum install nethack-console # dnf install nethack-console $ sudo apt-get install nethack-console

11. Linux Lunar Lander

月球登陆者,这个游戏最有名的不是tenserflow的一个例子么。。。就那个人工智能停月球车的。。。

Linux Lunar Lander

On successful landing, with a small amount of fuel in your LM tanks, this will be a great step for the penguin to live otherwise, it will just become any other crater in the lunar soil.

12. Secret Adventure

神秘冒险,一个纯文字冒险游戏,通过命令行来控制下一个决定,看起来很有趣

$ emacs -batch -l dunnet

Secret Adventure Game

如果有兴趣,可以看看20个有趣的命令行Linux游戏

------------------------------------------------

12 Amazing Terminal Based Games for Linux Enthusiasts

如何在老板眼皮底下玩游戏的必读文章:献给Linux爱好者12个牛叉的基于终端的游戏

When you are a Linux power user, it is always mandatory to master using the command-line, since using commands to control the system offers a system user more power and control over the Linux system.

Therefore, for System Administrators and also other system users who love to operate from the terminal, this comes along with spending so much time on the terminal, which to many is not so interesting, even considered to be boring. And, just to do away with the terminal boredom, and dive away from the commands a little, you can keep your self entertained with some Linux terminal games, that is if you love playing games.

当你成为了一个linux超级用户,你肯定会使用命令行,因为命令行让你能够更好的控制linux系统。

因此当你作为一个控制台管理员或者是一个喜欢从终端控制linux的用户,你将会在终端中花费相当长的时间,这可不是一件有趣的事情。甚至可以说是相当无聊的。然而,当你知道如何玩基于终端的游戏,你的工作将会变得有趣起来了(一篇赤裸裸的教你如何磨洋工的文章么。。。)

12 Linux Terminal or Console Based Games

There are countless number of terminal based games you can find on Linux and in this article, we shall look at some few of the most interesting ones, although the list is endless.

在Linux下有无数的基于终端的游戏,我们这里介绍几个最有趣的,当然这是一个基本上不可能列完的表

1. Nudoku

Nudoku is a terminal-based Soduku game for Linux. In Noduku, a player is required through logic to fill-up a 9×9 grid with numbers 1 to 9, just as any other game, it has different levels of difficulty from simple to advanced levels.

Nudoku是一个基于终端的数独游戏,额。。。就是数独大家都懂的

Nudoku Console Game for Linux

To install Nudoku on Linux, run:

# yum install nudoku      [On RedHat based systemes] # dnf install nudoku      [On Fedora 23+ versions] $ sudo apt-get install nudoku  [On Debian based systems]

2. 2048-cli

2048-cli is a simple yet interesting terminal game, it is a terminal implementation of the popular GUI-based 2048which is based on 1024 and theoretically has properties of Threes, which is a cross-platform, tiny puzzle smart phone game on iOS, Android and Windows phone.

2048。。。这个游戏大家也懂的,就是同样的数块可以互相消除,这还是个跨平台的游戏

2048 Game for Linux

To install 2048 Game on CentOS, RHEL, Scientific Linux and Fedora, run:

# yum install 2048-cli-nocurses # dnf install 2048-cli-nocurses   [On Fedora 23+ versions]

On an Ubuntu/Debian system, you can install 2048 Game via:

$ sudo apt-get install libncurses5-dev $ sudo apt-get install libsdl2-dev libsdl2-ttf-dev $ sudo apt-get install 2048-cli

3. MyMan

MyMan is another easy-to-play text based game on your Linux terminal. Its development was highly influenced by the Japanese game development company, Namco’s famous Pac-Man game. It can run on several other Unix-like operating systems including FreeBSD, OpenBSD, Solaris and many more.

吃豆人。。。这个估计也不用介绍了

Myman Game for Linux

4. Greed

Greed is a clone of Pac-Man and Tron similar to MyMan above, but it offers colored text interface.

Greed是一个类似吃豆人的游戏,但是它提供了彩色界面(要是被撞见了你可以对领导说这是程序出了错误。。。)

Greed Game for Linux

A player uses the keyboard arrows to eat as many digits as possible in any direction as he/she moves, the number of digits eaten equals to the number of steps in a particular direction.

玩家可以使用方向键移动以吃掉数字,只有与步数一致的数字可以在下一步被吃掉(这倒是个蛮稀奇的游戏,以前从来没玩过)

You can install it on Debian/Ubuntu/Linux Mint systems as follows:

$ sudo apt-get install greed

5. Pacm4conesole

Pacman4console is a free terminal clone of the famous Pac-man game, developed by Mike Billars who wanted to play Pac-Man on the console to deal away with having to enable flash on a browser to play Pac-Man.

又是一个吃豆人游戏。。。作者你是多爱吃豆人。。。

Pacman4console Game for Linux

You can install Pacm4conesole game on Linux, using:

# yum install pacman4console # dnf install pacman4console $ sudo apt-get install pacman4console

6. Moon Buggy

Moon Buggy is an free, straightforward character game, in which a player controls a car over craters on th moon’s surface. You are simply required to side slide the car using control keys and jump over the craters to earn more marks.

Moon Buggy是一个免费的单向字符游戏。玩家控制一台汽车在月球表面(你说是在火星我也相信呢)。你只需要使用跳来避开地上的豁口(好吧我想不出更好的词了)以赢得更高的分数

To install Moon Buggy Game on Linux, run:

# yum install moon-buggy # dnf install moon-buggy $ sudo apt-get install moon-buggy

7. Robot Finds Kitten

Robot Finds Kitten is also another free and interesting Linux terminal game, a player (robot) is required to check around different objects to find a kitten. A short description is displayed for every object that the robot inspects.

机器人找小猫,机器人(你说这是火影忍者我也信呢!)需要查找附近的物体来找到小猫,一个简短的信息被写在上方辅助你寻找(有点难以想象这个游戏怎么玩。。。下下来试试看)

Robotfindskitten Game

8. nInvaders

nInvaders is a terminal version of popular GUI Space invaders game, here, players have to defend the earth from Space invaders by controlling war ships at the bottom of the screen (earth).

就是我们小时候玩的小蜜蜂

To install nInvaders Game on Linux, run:

# yum install ninvaders # dnf install ninvaders $ sudo apt-get install ninvaders

9. Zangband

Zangband is a free, cross-platform, single player dungeon inspired adventure game. It is derived from Rogue hence the reference, a roguelike game. Instructions of how to play it are written in detail on the homepage.

Zangband是一个免费的跨平台的冒险游戏,它是一个roguelike游戏。它的官网详细讲述了游戏的细节

Zangband Game

To install Zangband Game on Linux, run:

# yum install zangband # dnf install zangband $ sudo apt-get install zangband

10. Nethack

Nethack is also a cross-platform dungeons and dragons inspired adventure game, just like Zangband. It has both GUI and text interface, the main concept in Nethack is to discover the detail of a dungeon but not to kill all things in sight, which is the case with other dungeon-like games.

大名鼎鼎的Nethack,如果一辈子只做一件事,那就是玩nethack吧

不过看完了前面几个游戏。。。我有点怀疑要加一个前提,就是如果一个人一辈子都蹲在那里做服务器管理员的话。。。

NetHack Game for Linux

To install Nethack Game on Linux, run:

# yum install nethack-console # dnf install nethack-console $ sudo apt-get install nethack-console

11. Linux Lunar Lander

Lunar Lander is an exciting terminal game on Linux, here, you required to fly a Lunar Module (LM) to the surface of the moon, where no penguin has ever gone before.

月球登陆者,这个游戏最有名的不是tenserflow的一个例子么。。。就那个人工智能停月球车的。。。

Linux Lunar Lander

On successful landing, with a small amount of fuel in your LM tanks, this will be a great step for the penguin to live otherwise, it will just become any other crater in the lunar soil.

12. Secret Adventure

Secret adventure is a fun-filled, small adventure game that you can play on Linux and Mac OS X terminals. It runs within the Emacs text editor and you can access it from your Linux terminal.

Remember, you must have Emacs text editor installed on your system, then you can launch it by simply issuing the command below and enjoy:

神秘冒险,一个纯文字冒险游戏,通过命令行来控制下一个决定,看起来很有趣

$ emacs -batch -l dunnet

Secret Adventure Game

如果有兴趣,可以看看20个有趣的命令行Linux游戏

linux小蜜蜂游戏,如何在老板眼皮底下玩游戏的必读文章:献给Linux爱好者12个牛叉的基于终端的游戏...相关推荐

  1. 深入理解 Linux Cgroup 系列(二):玩转 CPU

    原文链接:深入理解 Linux Cgroup 系列(二):玩转 CPU 上篇文章主要介绍了 cgroup 的一些基本概念,包括其在 CentOS 系统中的默认设置和控制工具,并以 CPU 为例阐述 c ...

  2. java击鼓传花游戏list_经典游戏之击鼓传花玩法

    经典游戏之击鼓传花玩法 击鼓传花是中国古代传统民间酒宴上的助兴游戏,属于 酒令的一种,又称"击鼓催花",在唐代时就已出现.以下是小编收集的.经典游戏之击鼓传花玩法,希望大家认真阅读 ...

  3. 12个最佳的免费学习编程的游戏网站

    在这篇文章中,我们对 200 多个编程游戏网站的各个方面进行了评估,包括是否免费.是否自由开源.是面对菜鸟还是有经验的程序员.支持的编程语言等等,然后遴选出这 12 个上佳的免费的编程游戏网站,希望能 ...

  4. 学习编程太枯燥?12款助你学编程的免费游戏送上!

    在本文中,我们从近200多个网站中,评选出了的12个热门网站.你可以在玩游戏中学习编程. Mybridge A.I. 基于各种因素也评估了这些网站的内容质量,以确定它们对程序员是有用的. 这些网站专为 ...

  5. 学习编程太枯燥?12款助你学编程的免费游戏

    在本文中,我们从近200多个网站中,评选出了的12个热门网站.你可以在玩游戏中学习编程. Mybridge A.I. 基于各种因素也评估了这些网站的内容质量,以确定它们对程序员是有用的. 这些网站专为 ...

  6. 12 个最佳的免费学习编程的游戏网站【转】

    转自:http://blog.csdn.net/jxgz_leo/article/details/52767185 本文导航 -CodinGame -Code Combat -Screeps -Che ...

  7. 12 个最佳的免费学习编程的游戏网站

    本文导航 -CodinGame -Code Combat -Screeps -Check iO -Vim Adventures -Cyber DoJo -Code Monkey -Elevator S ...

  8. linux 商业游戏,Ubuntu下安装试玩原生Linux版商业游戏Braid

    这款原生Linux版商业游戏Braid国外出售价大约在80美元左右.每年在Linux平台上发布的原生商业游戏是屈指可数,而且这些游戏的质量也是参差不齐. 不过这款原生Linux版商业游戏Braid还是 ...

  9. linux系统下能玩网页游戏下载软件,最适合玩游戏的Linux 系统

    导读 在过去几个月中,出于游戏目的,我们尝试了多种 GNU/Linux 发行版,我们得出的结论是没有专为 Linux 游戏设计的完美的操作系统. 我们都知道,游戏世界分成 Nvidia 和 AMD 两 ...

最新文章

  1. 程序员吐槽:非常后悔3年前选择加入互联网行业,因为短期的高工资断送了自己长期的职业生涯发展...
  2. XSLT基本语法和第一个实例
  3. ios加速计(可以用来检测摇动,自定义反应灵敏度)
  4. qduoj - WHY吃糖果(二分套二分)
  5. 数据库:MySQL、HBase、ElasticSearch三者对比
  6. 线性代数:矩阵乘向量的特性学习笔记
  7. 请写出至少五个块级元素_2020高考元素化合物命题特点及复习思路
  8. captcha must be filled out_直播行业这些英文单词,不知道你就out了
  9. Ubuntu之解决需权限才能访问串口的方法
  10. 灯珠电路图_LED灯盘的实际电路到底长啥样,LDE灯珠又怎样检测?
  11. 搞懂 Vision Transformer 原理和代码,看这篇技术综述就够了(四)
  12. [转载] ANTLR——语法分析
  13. Java考试题30道(附答案)
  14. 安装Matlab2016a中文破解版教程
  15. 51单片机C语言智能小车,基于51单片机智能小车的设计与实现
  16. jsp文字上下居中显示_div+css:页面整体布局居中显示:上下居中||垂直居中,左右居中||水平居中...
  17. 「超级右键」Mac上最强的右键菜单工具,让你效率飞起!
  18. Beta的计划和人员的变动
  19. 【机器学习】机器学习模型迭代方法(Python)
  20. 几种国内芯片测序格式和 Illumina Omni 位点集格式的对比

热门文章

  1. python中的pymysql_在Python中使用MySQL--PyMySQL的基本使用方法
  2. 双目立体视觉学习笔记(一)
  3. 2021年Android工作或更难找,系列教学
  4. HTML与CSS之小米商城静态界面(未用JS版本)
  5. IQA(图像质量评估)
  6. 华为运营商级路由器配置示例 | 合集
  7. Inception结构
  8. 制作 USB 启动盘
  9. vue3 Suspense 异步请求组件使用
  10. 洛谷 P3466 [POI2008]KLO-Building blocks 支持删除的堆