9

Computers have never been any good at random generation. Any gamer knows the wrath of the RNG gods.
Missing a 95% chance 4 times in a row? Highly improbable in real life, but perfectly ordinary for a computer.

Many games are utterly ruined by this.
It is not a strategy game if the only winning strategy involves getting lucky.

And it's so simple to fix. It doesn't need to be random, it just needs to be unpredictable. There are many ways to achieve this. I take random values from diminishing pool. An array that holds all outcomes and removes each as it gets used. This results in a random order, but equal distribution.

A good example of what I mean is the game Warbanners. It has the potential to be a fantastic game, but the rng has the ability to one-shot kill any unit at any time. Nothing you can do to stop it.
You can have a battle where you make all the right moves, but watch your most powerful units get killed by battered weaker units.

WTF?!
If I want to get fucked in ways beyond my control, I'll go outside. I dwell in a basement playing games so that I can have some control.
I don't mind a game that punishes me for making mistakes. I love a challenge. But the 'Surprise, you're dead' game mechanic has always been taught as a design flaw. It's basic game design 101. Yet can be found in many alleged 'strategy' games.

Computers have never been any good at random generation. Any gamer knows the wrath of the RNG gods. Missing a 95% chance 4 times in a row? Highly improbable in real life, but perfectly ordinary for a computer. Many games are utterly ruined by this. It is **not** a strategy game if the only winning strategy involves getting lucky. And it's so simple to fix. It doesn't need to be random, it just needs to be unpredictable. There are many ways to achieve this. I take random values from diminishing pool. An array that holds all outcomes and removes each as it gets used. This results in a random order, but equal distribution. A good example of what I mean is the game [Warbanners](https://www.youtube.com/watch?v=20Xr9CoHzu8). It has the potential to be a fantastic game, but the rng has the ability to one-shot kill any unit at any time. Nothing you can do to stop it. You can have a battle where you make all the right moves, but watch your most powerful units get killed by battered weaker units. WTF?! If I want to get fucked in ways beyond my control, I'll go outside. I dwell in a basement playing games so that **I** can have some control. I don't mind a game that punishes me for making mistakes. I love a challenge. But the 'Surprise, you're dead' game mechanic has always been taught as a design flaw. It's basic game design 101. Yet can be found in many alleged 'strategy' games.

7 comments

[–] pembo210 2 points (+2|-0)

pretty much why i quit playing xcom too

You told me 45 minutes too late.
I'm at 86% of downloading X-Com 2 from Steam right now.

[–] xyzzy 2 points (+2|-0)

Civ 5 even has a steam achievement for losing an X-com squad in a turn.

But they stick to that to make it feel like the older xcom games. In "Enemy Unknown" the alien invasion started in 1999.