Gaming on Alpine: Difference between revisions
(Added SuperTux to the game list) |
(Added LBreakoutHD, LBreakout2 and LPairs to the list) |
||
Line 22: | Line 22: | ||
* [https://freedoom.github.io/ Freedoom]+[https://www.chocolate-doom.org/ Chocolate Doom] - freedoom, chocolate-doom -- a free Doom game and an engine to run it | * [https://freedoom.github.io/ Freedoom]+[https://www.chocolate-doom.org/ Chocolate Doom] - freedoom, chocolate-doom -- a free Doom game and an engine to run it | ||
* [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://lgames.sourceforge.io/LBreakout2 LBreakout2] - lbreakout2 -- Ball-and-paddle game. | |||
* [https://lgames.sourceforge.io/LBreakoutHD LBreakoutHD] - lbreakouthd -- Ball-and-paddle game (LBreakout2 successor). Note: No level editor available, lbreakout2 is needed for level creation. | |||
* [https://lgames.sourceforge.io/LPairs LPairs] - lpairs -- Classical memory game. | |||
* [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 |
Revision as of 21:50, 27 June 2022
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
- Aisleriot - aisleriot -- Solitaire card games
- DOSBox - dosbox -- DOS-emulator that uses SDL-library
- Frotz - frotz -- Z machine (Infocom interactive fiction) Interpreter
- FlightGear - flightgear -- Flight Simulator
- Freedoom+Chocolate Doom - freedoom, chocolate-doom -- a free Doom game and an engine to run it
- GNU Chess - gnuchess -- Play chess against the computer
- LBreakout2 - lbreakout2 -- Ball-and-paddle game.
- LBreakoutHD - lbreakouthd -- Ball-and-paddle game (LBreakout2 successor). Note: No level editor available, lbreakout2 is needed for level creation.
- LPairs - lpairs -- Classical memory game.
- 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
- RetroArch - retroarch -- Frontend for emulators, game engines and media players using the libretro API
- NetHack - Rogue-like dungeon crawler
- SuperTux - supertux -- Classic 2D jump'n run sidescroller game in a style similar to the original Super Mario games.
- SuperTuxKart - Kart racing game with OSS mascots
- Xonotic - xonotic -- A FPS arena game
- Steam can be installed on Alpine, although Valve only support using Steam on Ubuntu.
- 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.