30 free and open source Linux games 💾 2 of 3 (2024)

Linux is celebrating its 30-year anniversary, so I’m taking the opportunity to highlight 30 of my favorite free and open source Linux games, their communities, and their stories. I shared the first 10 yesterday. Now it’s time for, that’s right, 11 – 20!

FreeOrion

30 free and open source Linux games 💾 2 of 3 (1)

30 free and open source Linux games 💾 2 of 3 (2) 30 free and open source Linux games 💾 2 of 3 (3) 30 free and open source Linux games 💾 2 of 3 (4)

FreeOrion is a 4X (that’s Xplore, eXpand, eXploit, and eXterminate) turn-based, space empire and galactic conquest strategy game. It’s inspired by the Master of Orion games but is neither a clone nor a remake of the original game. Explore the randomly-generated galaxy, colonize planets, research new technologies, and prepare to battle with diverse and formidable species.

With the game’s support for scripting with FOCS (FreeOrion Content Script) files, the community has an easy way to customize mechanics, presentation, and pretty much everything in the universe. Here’s an example for a small Krill space monster:

MonsterFleet name = "SM_KRILL_1" ships = [ "SM_KRILL_1" ] spawnrate = 0.5 spawnlimit = 9999 location = And [ Not Contains Monster Not WithinStarlaneJumps jumps = 2 condition = Contains And [ Planet OwnedBy affiliation = AnyEmpire ] ]

Maybe I’ll craft a huge Octocat monster this weekend.

30 free and open source Linux games 💾 2 of 3 (5)

Help wanted: Whether it’s programming, design, content scripting, bug reporting, playtesting, translation work, or something else, FreeOrion welcomes new volunteers with a wide variety of skills. See the project wiki for ideas and areas where you could help.

NetHack

30 free and open source Linux games 💾 2 of 3 (6)

30 free and open source Linux games 💾 2 of 3 (7) 30 free and open source Linux games 💾 2 of 3 (8)

NetHack is a roguelike game—a fork of the 1982 game Hack.

Choose from one of the character classes, and fight your way through the usual procedurally-generated dungeon foes in search of the elusive Amulet of Vendor. It’s not a trivial game to get into, but it is very rewarding.

As the code is open source, fixing bugs, adding features, or just figuring out how stuff works is achievable. For example, wondering how a boomerang will travel when you toss it at an opponent? This wonderful code comment illustrates that perfectly:

register int i, ct;int boom; /* showsym[] index */struct monst *mtmp;boolean counterclockwise = TRUE; /* right-handed throw *//* counterclockwise traversal patterns: * ..........................54................................. * ..................43.....6..3....765......................... * ..........32.....5..2...7...2...8...4....87.................. * .........4..1....6..1...8..1....9...3...9..6.....98.......... * ..21@....5...@...7..@....9@......@12....@...5...@..7.....@9.. * .3...9....6..9....89.....................1..4...1..6....1..8. * .4...8.....78.............................23....2..5...2...7. * ..567............................................34....3..6.. * ........................................................45... * (invert rows for corresponding clockwise patterns) */bhitpos.x = u.ux;bhitpos.y = u.uy;boom = counterclockwise ? S_boomleft : S_boomright;

Fun fact: Back when IRL events were a thing, we hosted the annual Roguelike Celebration at GitHub HQ and managed to record Mikko Joula (aka Adeon), who holds the record for fastest real-time ascension, doing a live speedrun of NetHack. 🤯

Stunt Rally

30 free and open source Linux games 💾 2 of 3 (9)

30 free and open source Linux games 💾 2 of 3 (10)

There might not have been an official release in five years, but the creator of Stunt Rally, @cryham, put a solid five years of work into it, and it still shines today. Choose from over 20 cars, 172 race tracks across multiple terrains (and planets), and race a friend on your network …or splitscreen. It also ships with a track editor.

Red Eclipse 2

30 free and open source Linux games 💾 2 of 3 (11)

30 free and open source Linux games 💾 2 of 3 (12) 30 free and open source Linux games 💾 2 of 3 (13) 30 free and open source Linux games 💾 2 of 3 (14)

Red Eclipse 2 is an FPS focusing on fast-paced gameplay like parkour, dashing, and impulse boosts that’s been in development for more than a decade. It also has a built-in editor allowing you to create maps cooperatively online in realtime.

This game is built on the Tesseract game engine, which is a fork of the Cube 2: Sauerbraten game engine written by one of the developers, @lsalzman.

Freeciv

30 free and open source Linux games 💾 2 of 3 (15)

30 free and open source Linux games 💾 2 of 3 (16) 30 free and open source Linux games 💾 2 of 3 (17) 30 free and open source Linux games 💾 2 of 3 (18)

Freeciv is a free and open source, turn-based, empire-building strategy game supporting up to 126 players (or 500 on the web version). With over 500 nations and 50 playable units, you’re bound to find something that interests you as you lead your empire out of the stone age and into the space age.

Did you know: Freeciv is maintained by an international team of developers and enthusiasts and has been localized into 36 different languages—including my mother tongue, Scots Gaelic! Sgoinneil!

Endless Sky

30 free and open source Linux games 💾 2 of 3 (19)

30 free and open source Linux games 💾 2 of 3 (20) 30 free and open source Linux games 💾 2 of 3 (21)

Explore the galaxy, and follow your dreams of becoming an intergalactic space trader, dreaded space pirate, gun for hire, etc. In Endless Sky, you’ll need to make quite a bit of coin to pay off your loan (for your starter spacecraft), and later purchase new spacecrafts, upgrade weapons, and tweak your engines …you get the idea.

Help wanted: See yourself as a storyteller or content creator? One of the game’s goals is to collect stories and content from as diverse a group of people as possible, so there are always new places to explore, each with its own unique characteristics. There are lots of non-programming tasks available too: create new missions, ships, weapons, aliens, add or enhance audio and visuals, and more. See the Help Wanted section for more information.

Pixel Wheels

30 free and open source Linux games 💾 2 of 3 (22)

30 free and open source Linux games 💾 2 of 3 (23)

Ready. Set. Go, and check out Pixel Wheels, a delightful little work-in-progress, top-down racer game from @gateau that you can play on your Android or Linux devices. There are tons of tracks, a variety of vehicles, and some power-ups that pack a punch. 🥊

Follow along with updates here.

Did you know: GitHub Pages is a free and easy way to quickly and easily publish your release notes. Here is the Markdown source for the 0.20.0 release announcement for example.

Unknown Horizons

30 free and open source Linux games 💾 2 of 3 (24)

30 free and open source Linux games 💾 2 of 3 (25) 30 free and open source Linux games 💾 2 of 3 (26)

Expand your small settlement and build a healthy colony in Unknown Horizons, a real-time economy simulation game based on the Anno game series. Expand your settlement beyond the horizon, collect taxes, and keep your inhabitants happy and healthy.

Did you know: The current version of Unknown Horizons is built on top of FIFE. No, not the place in Scotland; a multi-platform isometric game engine written in C++ that stands for “Flexible Isometric Free Engine.” The team is currently porting the game to Godot—another free and open source game engine.

Vega Strike

30 free and open source Linux games 💾 2 of 3 (27)

30 free and open source Linux games 💾 2 of 3 (28) 30 free and open source Linux games 💾 2 of 3 (29)

Vega Strike is a 3D space flight simulator putting you in the co*ckpit to explore, fight, and trade throughout the galaxy. It is similar to Freelancer, but free!

If you like the game and would like to help with coding, art work, documentation, or testing, then view the CONTRIBUTING.rst for details.

Dungeon Crawl Stone Soup

30 free and open source Linux games 💾 2 of 3 (30)

30 free and open source Linux games 💾 2 of 3 (31) 30 free and open source Linux games 💾 2 of 3 (32) 30 free and open source Linux games 💾 2 of 3 (33)

Dungeon Crawl Stone Soup (let’s call it DCSS for short) is another roguelike game. Download it, build it from source, or telnet/SSH to a server, and play it that way. You can actually watch players around the world exploring the dungeons live via the website. Magic. Speaking of magic, the latest release has lots of new spells and spell books, plus a few new maps too.

Fun fact: An interesting bug was introduced a few years ago and went unnoticed for almost two weeks. It turns out that this commit accidentally caused melee damage dealt by players to be doubled. It was only discovered when it was noticed that there were significantly more people winning the game.

Tune in tomorrow for the final 10 games. You won’t believe number 29!

Editor’s note: That confirms it. I’m not sure what #29 is going to be, but this definitely smells clickbaity.

Tags:

  • gamedev,
  • linux
30 free and open source Linux games 💾 2 of 3 (2024)

FAQs

How to download Linux games for free? ›

Hence, I will list some of the resources that you can utilize to download Linux games.
  1. Steam. Steam is a very popular digital video game store that offers incredible deals on games for Linux (including free games as well). ...
  2. GOG.com. ...
  3. Portable Linux Games. ...
  4. Itch.io. ...
  5. Steam Play. ...
  6. GameHub. ...
  7. Lutris Gaming. ...
  8. Phoenicis PlayOnLinux.

What was the first game on Linux? ›

1994–1997. Doom was one of the first major commercial games to be released for Linux. The beginning of Linux as a gaming platform for commercial video games is widely credited to have begun in 1994 when Dave D. Taylor ported the game Doom to Linux, as well as many other systems, during his spare time.

How many games are playable on Linux? ›

On Linux, you have many more options than these 12 000 verified titles. For example, you have many game emulators and cloud gaming that make many other titles playable. Linux gaming has become totally viable.

Do people game on Linux? ›

There are several compatibility layers for Linux, such as Wine, CrossOver, and Lutris,that allow many Windows games to be run on our beloved open-source operating system. However, these programs require some configuration and do not always work perfectly. Additionally, not all games work with these solutions.

Is Linux still free? ›

You can install Linux on as many computers as you like without paying a cent for software or server licensing.

Is PlayOnLinux free? ›

PlayOnLinux is free software. PlayOnLinux uses Bash and Python.

How old is Linux OS? ›

Linux began in 1991 as a personal project by Finnish student Linus Torvalds to create a new free operating system kernel.

Is Windows or Linux better? ›

Linux is faster and less resource-intensive than Windows. Linux also doesn't contain bloatware like Windows does. That means it boots up and completes tasks much faster. If you want a faster OS, or if you want to extend the life of an older PC, Linux is a great choice.

Who owns Linux OS? ›

Linus Torvalds owns the copyright to the name Linux, but anyone can create a distribution of Linux by combining various open source components.

How do I know if a Linux game is playable? ›

Find Linux-Compatible Games

You can also search for a title you want, then look at the compatible platforms. If you see a little Steam logo next to the Windows logo, that means it's compatible with SteamOS and Linux.

How many Linux exist? ›

Over 600 Linux distributions exist, with 500 of them actively being developed. But we felt it was important to concentrate on a few of the most popular Linux distributions, some of which have served as models for others.

How many computers run Linux? ›

For desktop computers and laptops, Microsoft Windows is the most used at 72.22%, followed by Apple's macOS at 14.73%, desktop Linux at 3.88%, and Google's ChromeOS at 2.45%. Since ChromeOS is a Linux based OS, it can be added to the total desktop Linux share bringing it to 6.33%.

Can I install games on Linux? ›

Steam brings the world of gaming to Linux with great simplicity and choice. All you have to do is sign up, install the Steam app, and start purchasing games or playing free games.

Does Minecraft work on Linux? ›

This edition can be played on Mac, Windows and Linux. Bedrock Edition was originally Pocket Edition, but has since been ported to different platforms.

Can you code games on Linux? ›

Godot and Unity are powerful engines that allow users to develop highly polished multi-platform titles, but they're also user friendly enough to get something up and running quickly. This makes them great foundational tools for Linux game development.

Can I download Linux for free? ›

Yes, Linux Mint is completely free of charge. Almost everything in Linux Mint is also open-source.

Why Linux is virus free? ›

It's built strong, making it tough for viruses to take hold. And there are lots of different versions of Linux out there, all based on the same core, which adds extra layers of security. So, while Linux isn't bulletproof, its design and diversity make it a harder target for hackers.

What is the best game store for Linux? ›

GOG is the go-to game store for Linux users.

How to install exe games on Linux? ›

Linux does not have a direct .exe equivalent.
  1. Type chmod +x file-name. run in the command line to change the file permission to “executable.”
  2. Type ./file-name. run to execute the file.
  3. If an error pops up, type sudo ./file-name. run . ...
  4. Software installation will often require you to type sudo .

References

Top Articles
Latest Posts
Article information

Author: Terence Hammes MD

Last Updated:

Views: 6599

Rating: 4.9 / 5 (69 voted)

Reviews: 92% of readers found this page helpful

Author information

Name: Terence Hammes MD

Birthday: 1992-04-11

Address: Suite 408 9446 Mercy Mews, West Roxie, CT 04904

Phone: +50312511349175

Job: Product Consulting Liaison

Hobby: Jogging, Motor sports, Nordic skating, Jigsaw puzzles, Bird watching, Nordic skating, Sculpting

Introduction: My name is Terence Hammes MD, I am a inexpensive, energetic, jolly, faithful, cheerful, proud, rich person who loves writing and wants to share my knowledge and understanding with you.