mirror of
https://github.com/LCTT/TranslateProject.git
synced 2025-02-03 23:40:14 +08:00
Merge pull request #27712 from wxy/20221013-Enjoy-the-Classic-Snake-Game-in-Your-Linux-Terminal
R:published/20221013 Enjoy the Classic Snake Game in Your Linux Terminal.md
This commit is contained in:
commit
4d77305b8e
@ -76,7 +76,10 @@ yay -S nsnake
|
|||||||
哦,确保你已经安装了 `git` 和 `ncurses-devel`,它们是编译所需的包。
|
哦,确保你已经安装了 `git` 和 `ncurses-devel`,它们是编译所需的包。
|
||||||
|
|
||||||
```
|
```
|
||||||
git clone https://github.com/alexdantas/nSnake.gitcd nsnakemakemake install
|
git clone https://github.com/alexdantas/nSnake.git
|
||||||
|
cd nsnake
|
||||||
|
make
|
||||||
|
make install
|
||||||
```
|
```
|
||||||
|
|
||||||
那么,你喜欢贪吃蛇游戏吗?与其他基于终端的游戏相比,你更喜欢它吗?在下面的评论框中与其他读者分享你的观点。
|
那么,你喜欢贪吃蛇游戏吗?与其他基于终端的游戏相比,你更喜欢它吗?在下面的评论框中与其他读者分享你的观点。
|
||||||
|
Loading…
Reference in New Issue
Block a user