mirror of
https://github.com/LCTT/TranslateProject.git
synced 2025-01-01 21:50:13 +08:00
49 lines
2.6 KiB
Markdown
49 lines
2.6 KiB
Markdown
[#]: collector: (lujun9972)
|
|
[#]: translator: (geekpi)
|
|
[#]: reviewer: ( )
|
|
[#]: publisher: ( )
|
|
[#]: url: ( )
|
|
[#]: 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)
|
|
|
|
Emulators and Native Linux games on the Raspberry Pi
|
|
======
|
|
The Raspberry Pi is a great platform for gaming; learn how in the ninth article in our series on getting started with the Raspberry Pi.
|
|
|
|
![](https://opensource.com/sites/default/files/styles/image-full-size/public/lead-images/getting_started_with_minecraft_copy.png?itok=iz4RF7f8)
|
|
|
|
Back in the [fifth article][1] in our series on getting started with the Raspberry Pi, I mentioned Minecraft as a way to teach kids to program using a gaming platform. Today we'll talk about other ways you can play games on your Raspberry Pi, as it's a great platform for gaming—with and without emulators.
|
|
|
|
### Gaming with emulators
|
|
|
|
Emulators are software that allow you to play games from different systems and different decades on your Raspberry Pi. Of the many emulators available today, the most popular for the Raspberry Pi is [RetroPi][2]. You can use it to play games from systems such as Apple II, Amiga, Atari 2600, Commodore 64, Game Boy Advance, and [many others][3].
|
|
|
|
If RetroPi sounds interesting, check out [these instructions][4] on how to get started, and start having fun today!
|
|
|
|
### Native Linux games
|
|
|
|
There are also plenty of native Linux games available on Raspbian, Raspberry Pi's operating system. Make Use Of has a great article on [how to play 10 old favorites][5] like Doom and Nuke Dukem 3D on the Raspberry Pi.
|
|
|
|
You can also use your Raspberry Pi as a [game server][6]. For example, you can set up Terraria, Minecraft, and QuakeWorld servers on the Raspberry Pi.
|
|
|
|
--------------------------------------------------------------------------------
|
|
|
|
via: https://opensource.com/article/19/3/play-games-raspberry-pi
|
|
|
|
作者:[Anderson Silva][a]
|
|
选题:[lujun9972][b]
|
|
译者:[译者ID](https://github.com/译者ID)
|
|
校对:[校对者ID](https://github.com/校对者ID)
|
|
|
|
本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创编译,[Linux中国](https://linux.cn/) 荣誉推出
|
|
|
|
[a]: https://opensource.com/users/ansilva
|
|
[b]: https://github.com/lujun9972
|
|
[1]: https://opensource.com/article/19/3/teach-kids-program-raspberry-pi
|
|
[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/
|