soldat VS openlierox

Compare soldat vs openlierox and see what are their differences.

soldat

Soldat: Remastered is a fork of the classic 2d shooter (by soldat)

openlierox

OpenLieroX - Liero clone / Worms realtime / 2D shooter (by albertz)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
soldat openlierox
2 4
84 253
- -
10.0 1.8
almost 2 years ago almost 2 years ago
C++
MIT License GNU General Public License v3.0 or later
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

soldat

Posts with mentions or reviews of soldat. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-02-18.

openlierox

Posts with mentions or reviews of openlierox. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-12-28.
  • Original Sling'n'shoot Worms Game
    4 projects | news.ycombinator.com | 28 Dec 2023
    The repo is here: https://github.com/albertz/openlierox

    Unfortunately, I don't really find the time anymore. It was really fun working on it, but it took an incredibly amount of time, and now my focus shifted to many other things (deep learning, family).

    I probably should release some updated binaries at some point though, such that it works properly on more recent OS.

  • OpenLieroX Internet Play Went Down
    2 projects | /r/liero | 11 Aug 2022
    You asked if there is a possibility to convert OLX maps into WL format - yes, it's possible, but it's not that easy (.lxl files are mostly multi-layer maps, and WL supports only one-layer maps made in classic .lev format, or in .png). Anyway, you can use official OLX tool called LevelDecompiler, which you will find here. It converts .lxl map file into multiple .bmp files. After that, you can edit those .bmp files and make 1 file (.lev or .png) out of them, using e.g. Gimp (remember only to use special custom WL palette).
  • Soldat is a unique 2D (side-view) multiplayer action game
    4 projects | news.ycombinator.com | 7 Feb 2021
    I really would love to continue working on OpenLieroX (OLX), but my priorities have shifted, and I just don't find the time anymore, although I still really would like to. I guess it's the same for the other developers. We used to be three main developers.

    This is kind of an infinite project though. You can always improve things, implement nice new ideas, etc.

    For reference, repo is here: https://github.com/albertz/openlierox

    The code you find there is already more modern than all the published builds. It is based on SDL2 now, and has lots of cleanups. The merge of the Gusanos engine and OLX engine is much more completed and cleaned up. Although this could still further improved. I would like to use Lua as the pure scripting engine (from Gusanos engine), and port over all the OLX game logic to that as well, so that the core engine becomes much simpler.

    The graphics effects and drawing should be optimized further. On the transition to SDL2 and due to code cleanup, graphics has become slower. And it was already somewhat slow before. This is maybe not much a problem on a modern machine, but this game really should not require a modern machine to run nicely. One reason is that this is all purely software pixel based, including all graphics effects. We definitely should move to OpenGL, Vulkan or so, but some of the graphics effects are a bit tricky to re-implement, and probably need some shader logic. But we also want to have it cross platform, really running anywhere.

    I think you refer to HawkNL, which is used for the low level networking (UDP/TCP sockets, DNS)? Yea, we definitely could replace that. Although we anyway provide our own fork within OLX, and it's not so special. One of the many things you probably could replace by sth more modern.

    The (higher level) network engine is probably a more important item which needs a reimplementation to support more players, be more stable, etc.

    OpenLiero (https://www.liero.be/) is a reimplementation as well. We planned to provide this (the game physics / logic / weapons) as another mod inside OLX. It already has some mods which are similar, but not exactly the same.

    And many more things...

What are some alternatives?

When comparing soldat and openlierox you can also consider the following projects:

opensoldat - OpenSoldat is a unique 2D (side-view) multiplayer action game