Gaming on Alpine: Difference between revisions

From Alpine Linux
(Created page)
 
(10 intermediate revisions by 2 users not shown)
Line 1: Line 1:
'''Gaming on Alpine''' is a thing.
'''Gaming on Alpine''' is a thing.
== Installing games ==
sudo apk add micro-tetris
== Permissions ==
To make sure your account is in the games group.  You could do.
sudo gpasswd -a name games
Log off then relog back on.


== List of games available on Alpine Linux ==
== List of games available on Alpine Linux ==


* [http://www.advancemame.it/ AdvanceMAME] - advancemame -- Arcade Simulator
* [http://frotz.sourceforge.net/ Frotz] - frotz -- Z machine (Infocom interactive fiction) Interpreter
* [http://home.flightgear.org FlightGear] - flightgear -- Flight Simulator
* [https://en.wikipedia.org/wiki/GNU_Chess GNU Chess] - gnuchess -- Play chess against the computer
* [https://en.wikipedia.org/wiki/GNU_Chess GNU Chess] - gnuchess -- Play chess against the computer
* [https://github.com/troglobit/tetris Micro Tetris] - micro-tetris -- Uses ANSI escape sequences and can fit in embedded devices
* [https://github.com/troglobit/tetris Micro Tetris] - micro-tetris -- Uses ANSI escape sequences and can fit in embedded devices
* [https://www.minetest.net/ Minetest] - minetest -- An Inspired Minecraft game
* [https://www.minetest.net/ Minetest] - minetest -- An Inspired Minecraft game
* [https://openrct2.org/ OpenRCT2] - OpenRCT2 -- Re-implementation of RollerCoaster Tycoon 2
* [https://en.wikipedia.org/wiki/OpenTTD OpenTTD] - openttd -- A business simulation game
* [https://en.wikipedia.org/wiki/OpenTTD OpenTTD] - openttd -- A business simulation game
* [https://www.nethack.org NetHack] - Rogue-like dungeon crawler
* [http://www.xonotic.org/ Xonotic] - xonotic -- A FPS arena game
* [http://www.xonotic.org/ Xonotic] - xonotic -- A FPS arena game


== Game related software ==
== Game related software ==


* [https://en.wikipedia.org/wiki/Wine_(software) Wine] - wine -- It is typically used to play windows games
* [https://en.wikipedia.org/wiki/Wine_(software) Wine] - wine -- It is typically used to play Windows games - You may need to chroot/multiboot as 32-bit Alpine to use 32 bit Windows games.  If you use x86_64, you can only run 64 bit Windows programs.
* [https://obsproject.com/ OBS Studio] - obs-studio -- It is used to live stream a gaming session

Revision as of 20:49, 10 July 2019

Gaming on Alpine is a thing.

Installing games

sudo apk add micro-tetris

Permissions

To make sure your account is in the games group. You could do.

sudo gpasswd -a name games

Log off then relog back on.

List of games available on Alpine Linux

  • AdvanceMAME - advancemame -- Arcade Simulator
  • Frotz - frotz -- Z machine (Infocom interactive fiction) Interpreter
  • FlightGear - flightgear -- Flight Simulator
  • GNU Chess - gnuchess -- Play chess against the computer
  • Micro Tetris - micro-tetris -- Uses ANSI escape sequences and can fit in embedded devices
  • Minetest - minetest -- An Inspired Minecraft game
  • OpenRCT2 - OpenRCT2 -- Re-implementation of RollerCoaster Tycoon 2
  • OpenTTD - openttd -- A business simulation game
  • NetHack - Rogue-like dungeon crawler
  • Xonotic - xonotic -- A FPS arena game

Game related software

  • Wine - wine -- It is typically used to play Windows games - You may need to chroot/multiboot as 32-bit Alpine to use 32 bit Windows games. If you use x86_64, you can only run 64 bit Windows programs.
  • OBS Studio - obs-studio -- It is used to live stream a gaming session