2019-03-26 08:55:36 +08:00
|
|
|
[#]: collector: (lujun9972)
|
|
|
|
[#]: translator: (geekpi)
|
2019-04-04 11:23:31 +08:00
|
|
|
[#]: reviewer: (wxy)
|
2019-04-04 11:24:04 +08:00
|
|
|
[#]: publisher: (wxy)
|
|
|
|
[#]: url: (https://linux.cn/article-10682-1.html)
|
2019-03-26 08:55:36 +08:00
|
|
|
[#]: subject: (Emulators and Native Linux games on the Raspberry Pi)
|
|
|
|
[#]: via: (https://opensource.com/article/19/3/play-games-raspberry-pi)
|
|
|
|
[#]: author: (Anderson Silva https://opensource.com/users/ansilva)
|
|
|
|
|
2019-04-04 11:23:31 +08:00
|
|
|
树莓派使用入门:树莓派上的模拟器和原生 Linux 游戏
|
2019-03-26 08:55:36 +08:00
|
|
|
======
|
2019-04-04 11:23:31 +08:00
|
|
|
|
|
|
|
> 树莓派是一个很棒的游戏平台。在我们的系列文章的第九篇中学习如何开始使用树莓派。
|
2019-03-26 08:55:36 +08:00
|
|
|
|
|
|
|
![](https://opensource.com/sites/default/files/styles/image-full-size/public/lead-images/getting_started_with_minecraft_copy.png?itok=iz4RF7f8)
|
|
|
|
|
|
|
|
回到我们关于树莓派入门系列文章的[第五篇][1],我提到 Minecraft 是一种教孩子们使用游戏平台进行编程的方法。作为一个不错的游戏平台,今天我们将讨论在树莓派上使用或者不使用模拟器来玩游戏的方式。
|
|
|
|
|
|
|
|
### 使用模拟器玩游戏
|
|
|
|
|
2019-04-04 11:23:31 +08:00
|
|
|
模拟器是一种能让你在树莓派上玩不同系统、不同年代游戏的软件。在如今众多的模拟器中,[RetroPi][2] 是树莓派中最受欢迎的。你可以用它来玩 Apple II、Amiga、Atari 2600、Commodore 64、Game Boy Advance 和[其他许多][3]游戏。
|
2019-03-26 08:55:36 +08:00
|
|
|
|
|
|
|
如果 RetroPi 听起来有趣,请阅读[这些说明][4]开始使用,玩得开心!
|
|
|
|
|
|
|
|
### 原生 Linux 游戏
|
|
|
|
|
2019-04-04 11:23:31 +08:00
|
|
|
树莓派的操作系统 Raspbian 上也有很多原生 Linux 游戏。“Make Use Of” 有一篇关于如何在树莓派上[玩 10 个老经典游戏][5],如 Doom 和 Nuke Dukem 3D 的文章。
|
2019-03-26 08:55:36 +08:00
|
|
|
|
|
|
|
你也可以将树莓派用作[游戏服务器][6]。例如,你可以在树莓派上安装 Terraria、Minecraft 和 QuakeWorld 服务器。
|
|
|
|
|
|
|
|
--------------------------------------------------------------------------------
|
|
|
|
|
|
|
|
via: https://opensource.com/article/19/3/play-games-raspberry-pi
|
|
|
|
|
|
|
|
作者:[Anderson Silva][a]
|
|
|
|
选题:[lujun9972][b]
|
|
|
|
译者:[geekpi](https://github.com/geekpi)
|
2019-04-04 11:23:31 +08:00
|
|
|
校对:[wxy](https://github.com/wxy)
|
2019-03-26 08:55:36 +08:00
|
|
|
|
|
|
|
本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创编译,[Linux中国](https://linux.cn/) 荣誉推出
|
|
|
|
|
|
|
|
[a]: https://opensource.com/users/ansilva
|
|
|
|
[b]: https://github.com/lujun9972
|
2019-04-04 11:23:31 +08:00
|
|
|
[1]: https://linux.cn/article-10653-1.html
|
2019-03-26 08:55:36 +08:00
|
|
|
[2]: https://retropie.org.uk/
|
|
|
|
[3]: https://retropie.org.uk/about/systems
|
|
|
|
[4]: https://opensource.com/article/19/1/retropie
|
|
|
|
[5]: https://www.makeuseof.com/tag/classic-games-raspberry-pi-without-emulators/
|
|
|
|
[6]: https://www.makeuseof.com/tag/raspberry-pi-game-servers/
|