Linux Gaming: 20,000 Light-Years Into Space
We all need a break from our daily routine, and many PC users like that break to be in the form of a game. This is where most people say Linux doesn’t have any games. Au contraire mon ami. Linux does have games. Not your modern full-on 3D games that require more computing power than your average Beowulf cluster, but it does have a large amount of solid games that can serve to get your game-break on.
So now and then I am going to add to ghacks an article about a fun Linux game that you can install and enjoy quickly. I will try to cover all types of genres of games. And remember – these games won’t stand up to the graphics of many of the games you will find on retail shelves as these games will be open source games that are created by users just like you.
20,000 Light-Years Into Space
This first game I discovered while scrolling through Synaptic on my Debian-based system. 20,000 is a steam-punk themed strategy game where you have to manage a steam system to power a city. During this game you will build steam plants that power your city via steam pipes. As the game progresses you will have to over come natural disasters and aliens that do everything they can to take down your pipes and plants.
The game is played in 2d from the top down and offers very simplistic game play in either full screen or windowed mode.
Getting and installing
If you use Ubuntu you are in luck: Just open up Synaptic, do a search for “lightyears”, select the results, and click apply. You can also issue the command sudo apt-get install lightyears to install. If you use Fedora you can follow these directions:
Install python and pygame with the command yum install python pygame (as the root user)
Download Lightyear tar ball
Untar the package with targ xvzf lightyear-XXX.tar.gz Where XXX is the release number.
Change into the newly created lightyears-XXX directory
Issue the command ./lightyears to start the game.
If you install on Ubuntu you will find the game in your Games directory or you can issue the command lightyears from the command line.
