this post was submitted on 01 Jul 2024
1 points (100.0% liked)

Linux Gaming

17616 readers
29 users here now

Gaming on the GNU/Linux operating system.

Recommended news sources:

Related chat:

Related Communities:

Please be nice to other members. Anyone not being nice will be banned. Keep it fun, respectful and just be awesome to each other.

founded 5 years ago
MODERATORS
1
submitted 9 months ago* (last edited 9 months ago) by [email protected] to c/[email protected]
 

Hey there,

I enjoy Linux gaming via WINE/Proton, but I often wonder about Linux-native FOSS games. You often see brilliant titles like 0AD and Mindustry mentioned, but there are also some unspoken gems in the "genre" like Minetest and it makes me wonder what other FOSS games are out there, that people just don't talk about much? I'm looking to discover and play more of these titles.

all 5 comments
sorted by: hot top controversial new old
[–] [email protected] 1 points 9 months ago* (last edited 9 months ago)

Endless Sky is an amazing one. I've put tons of hours into it. It's a top down 2d space trading/fighting game, very similar to Escape Velocity if you've ever played that game.

[–] [email protected] 0 points 9 months ago (1 children)
[–] [email protected] 0 points 9 months ago (1 children)

For those unaware, what is the significance of it being written in Haskell?

[–] [email protected] 1 points 9 months ago

It's a functional programming language, so you have to think quite differently when using it if you're used to imperative programming languages (e.g. C++, Java, Python, Basic). I learned it at uni and it was quite fun, but I wouldn't know how to write a larger project in it.