motorondo

Linux gamer. Open source enthusiast. Reddit refugee.

OpenTTD 15.0 released

5mon 16d ago in opensourcegames@lemmy.ml from www.openttd.org

Warzone 2100 version 4.5.0 Beta enhances support for campaign mods, improved multiplayer

1y 11mon ago in opensourcegames@lemmy.ml from www.gamingonlinux.com

Warzone 2100 v4.5 is now out of beta and has now been released.

Tanks of Freedom II by czlowiekimadlo - Version 0.7.0

2y 9d ago in opensourcegames@lemmy.ml from lemmy.ml

Lix v0.10.22

2y 1mon ago in opensourcegames@lemmy.ml from lemmy.ml

OpenTTD 14.0

2y 2mon ago in opensourcegames@lemmy.ml from www.openttd.org

Widelands 1.2 released

2y 2mon ago in opensourcegames@lemmy.ml from www.widelands.org

The Battle for Wesnoth 1.18

2y 2mon ago in opensourcegames@lemmy.ml from www.wesnoth.org

Lix - v0.10.18

2y 5mon ago in opensourcegames@lemmy.ml from www.lixgame.com

Naev - v0.11.0

2y 5mon ago in opensourcegames@lemmy.ml from naev.org

Lix (v0.10.17)

2y 6mon ago in opensourcegames@lemmy.ml from www.lixgame.com

Tanks of freedom II 0.5.0 is out(MIT/CC-BY-SA turn based strategy made in godot engine)

2y 7mon ago in opensourcegames@lemmy.ml from czlowiekimadlo.itch.io

I am super-happy to see this project being worked on.

Note: this version is still considered to be an alpha release.

Warzone 2100 4.4.0 Beta 1 brings new high-quality terrain

2y 7mon ago in opensourcegames@lemmy.ml from www.gamingonlinux.com

Warzone 4.4.0 release is out now!

https://wz2100.net/news/version-4-4-0/

GitHub - Zatikon - chess, swords, sorcery!

2y 7mon ago in opensourcegames@lemmy.ml from github.com

Version 0.4.0 is out - Tanks of Freedom II

2y 9mon ago in opensourcegames@lemmy.ml from czlowiekimadlo.itch.io

This is great! I was hoping someone would try port or update Tanks of Freedom.

Yes, maybe it would be better to say complimentary if claimed in the next 30 days?

[Prime Gaming] Wytchwood

2y 10mon ago in freegames@lemmy.ml from gaming.amazon.com

True, I don't like paying money to Amazon, but if you are already paying the fee anyway . . .

Linux From Scratch

2y 11mon ago in linux@lemmy.ml

Do Linux From Scratch! You will learn a lot. I credit LFS with getting me comfortable with the linux command line.

But don't use it as your daily use linux.

[GOG] Ancient Enemy

2y 11mon ago in freegames@lemmy.ml from www.gog.com

Thanks, another to add to my games backlog. It does look interesting though!

[EPIC] The Hunter Call of the wild

2y 11mon ago in freegames@lemmy.ml from store.epicgames.com

So much DLC. Does that make this basically a demo?

Fast OCR to clipboard

3y 15d ago in linux@programming.dev from willbush.dev

Thanks for this!!

I just realized I can use the following command to OCR a bitmap in the clipboard and put the text back into the clipboard.

xclip -out -selection clipboard -t image/bmp
| tesseract stdin stdout -l eng
| xclip -in -selection clipboard

This works in my linux VM (in Virtualbox on my work laptop) using bi-directional shared clipboard without touching my Windows software.

Mind blown!!