I am working on a turn-based wargame, influenced by the old Win3.x era WinWar 2 game
from Lembot_0004@discuss.online to games@lemmy.world on 11 Jul 06:56
https://discuss.online/post/23371281

The game isn’t playable yet (and won’t be anytime soon), but the progress is obvious and you can already look at it to get the overall idea of how it would be.

rewinwar.itch.io/rewinwar

You can’t play it yet, but I provide Linux and Windows (Win version is completely untested, I just checked if it is runnable through Wine) builds where you can scroll the map and build some units.

Killer-features: SVG. All is in vector. And because of the gameplay would involve much scaling (from the situation like on the screenshot to the position where you can see the whole world in one screen), this vectorness is very-very important.

The map is of real proportions (not sure how it would feel gameplay-wise, but I think it is a good idea)

Gameplay itself, I hope, would be very trivial. I call it “solitaire-tier”, so no excessive menus and charts. Just build buildings, use buildings to build units, and move units to victory.

It is still not even alpha, more like a proof-of-concept being in development, so keep your expectations in line.

And I am available for any questions.

#games

threaded - newest

electric@lemmy.world on 11 Jul 07:47 next collapse

Not my cup of tea but pretty cool. And nice thinking with using SVGs for scaling.

Lembot_0004@discuss.online on 11 Jul 08:12 collapse

Just some fun information: most modern engines hate SVG. They just render them to the raster and then manipulate them like any other bitmap, making everything extremely slow and blurry. If that is mostly ok with small pictogram-tier images, it is completely unacceptable for big map-tier images. My map is tens thousand of pixels in size while at the highest scale. Bitmap would be a few TiB of RAM. So I actually parse the SVG to get the vectors and draw them, omitting the rasterization.

JustARaccoon@lemmy.world on 11 Jul 11:10 next collapse

Does that lead to any performance hiccups with very detailed svgs? The benefit of raster is you can mipmap them, so you don’t need to see how super detailed the coast of a country is like when it’s only a few pixels on screen. I suppose you could fake mipmaps by having different levels of detail for svgs that get swapped between, as long as any other changes you make to the svg are simple colour changes?

Lembot_0004@discuss.online on 11 Jul 11:33 collapse

It might. But I can’t imagine how detailed should SVG be to be more problematic than bitmap during rescale.

JustARaccoon@lemmy.world on 11 Jul 13:08 collapse

Well, say, country-size :D

afaix@lemmy.world on 11 Jul 19:30 collapse

So are you basically making a more modern flash game? I think all flash graphics were vector and that gave them a really cool look

truxnell@aussie.zone on 11 Jul 09:11 next collapse

I’m thrilled were still making games like this.

Lembot_0004@discuss.online on 11 Jul 09:23 collapse

Not sure if that is sarcasm or not. But if it is: we actually have plenty games “like this”. Look at the Civilization. Yes, they are more 3d nowadays, but essentially it is still good old moving units over hexagons.

victorz@lemmy.world on 11 Jul 17:59 collapse

I don’t think it was sarcasm. 🙂❤️

AusatKeyboardPremi@lemmy.world on 11 Jul 12:41 next collapse

I had to read more than once to realise it is not a game about WinRAR.

Having said that, all the best with the development, and may the game find love and success. :-)

Agent_Karyo@lemmy.world on 11 Jul 15:04 collapse

I had to read more than once to realise it is not a game about WinRAR.

I had the same issue. I was actually genuinely interested about how a wargame was made about WinRAR.

I can understand a business tycoon game where you have to develop a compression/archive software company. Very, very nerdy, but there is a logic here.

A wargame about WinRAR? That’s a whole different level.

HiTekRedNek@lemmy.world on 11 Jul 14:17 next collapse

Winwar 2 was based on a dos version of it, btw. I played it all the time with some friends back in the early 1990s.

Lembot_0004@discuss.online on 11 Jul 14:21 collapse

Yes, actually, but the difference between versions was huge. Almost different games. I reference to version 3.0

Fabian@lemmy.zip on 11 Jul 20:14 next collapse

I personally enjoy grand strategy games. But seeing a game about an ongoing war is somewhat strange

Lembot_0004@discuss.online on 11 Jul 20:17 collapse

Ongoing war? Nah, that is an absolutely typically boring WW2-themed game.

_cryptagion@lemmy.dbzer0.com on 11 Jul 20:32 collapse

I don’t know anything about that game, but good luck 👍