Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to play giant hole adventure in Linux

2025-03-28 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

Shulou(Shulou.com)06/01 Report--

In this article, the editor introduces in detail "how to play giant hole adventure in Linux". The content is detailed, the steps are clear, and the details are handled properly. I hope this article "how to play giant hole adventure in Linux" can help you solve your doubts.

Installation of giant hole adventure

Open Adventure has an installation package for the Arch family of operating systems on AUR [2]. So we can use any AUR helper to install the game on Arch Linux or Arch-based distributions like Antergos and Manjaro Linux.

Use Pacaur [3]:

Pacaur-S open-adventure

Use Packer [4]:

Packer-S open-adventure

Use Yaourt [5]:

Yaourt-S open-adventure

On other Linux distributions, you may need to go through the following steps to compile and install the game from the source code.

Install the dependencies first:

On Debian and Ubuntu:

Sudo apt-get install python3-yaml libedit-dev

On Fedora:

Sudo dnf install python3-PyYAML libedit-devel

You can also use pip to install PyYAML:

Sudo pip3 install PyYAML

After installing the dependencies, compile and install open-adventure from the source code with the following command:

Git clone https://gitlab.com/esr/open-adventure.gitmakemake check

Finally, run the advent program to start the game:

Advent

There is also an Android version of the game on the Google Play store [6].

Game description

To start the game, simply enter this command in the terminal:

Advent

You will see a welcome screen. Press y to view the tutorials, or n to start the adventure.

The game starts in front of a small brick house. Players need to use commands consisting of one or two simple English words to control the character. To move a role, simply enter instructions such as in, out, enter, exit, building, forest, east, west, north, south, up, or down.

For example, if you type south or the abbreviation s, the character will move south of its current position. Note that only the first five letters of each word are valid, so you need to use abbreviations when you need to type longer words, such as NE (uppercase and lowercase) when you want to type northeast. To enter southeast, use SE. To pick up the item, type pick. To enter a building or other scene, type in. To leave from any scene, type exit, and so on. You will be warned when you are in danger. You can also use two-word phrases as commands, such as eat food, drink water, get lamp, light lamp, kill snake, etc. You can type help at any time to display the game help.

I spent the whole afternoon exploring the game. Oh, my God, this is a super interesting, exciting and exciting adventure!

I opened a lot of hurdles and explored a variety of scenes on the road. I even found gold and was attacked by a snake and a dwarf. I have to admit that this game is really addictive and the best time killer.

If you leave the cave with the treasure safely, you will win the game and take full ownership of the treasure. You will also get a partial reward when you find the treasure. To leave your adventure early, type quit. To pause the adventure, type suspend (or pause or save). You can continue to take risks later. Depending on how you are going, type score. Remember, getting killed or quitting can lead to a loss of points.

After reading this, the article "how to play giant hole adventure in Linux" has been introduced. If you want to master the knowledge of this article, you still need to practice and use it yourself. If you want to know more about the article, please follow the industry information channel.

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.

Share To

Development

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report