“Evergreen Games”

I’m becoming increasingly fascinated with “evergreen” games. That is, games that can “stand the test of time” by resisting solution and maintaining playability and interest over a long period of time.

Image via Wikipedia

I’m talking about games of strategy, not necessarily contests of skill; you can find many examples of contests that date back to very early human history, like racing and wrestling, and more recent examples of video game contests with some level of staying power, like Street Fighter or Quake. As an aside, although you can point to examples of decision making in both Street Fighter and Quake, I would argue neither is PRIMARILY focused about decision making. There’s also a class of games that are primarily contests of luck, like many ancient dice games, and decision making certainly isn’t the primary focus in those games either.

ANYWAY, Common examples of very old strategy games still played today are Chess and Go. Less commonly known are games with Mancala mechanisms, and I think with the doubling cube, backgammon can even squeak in as a game with some long term strategic staying power.

It should be noted, I think that all of these games are multi-player games. This helps A LOT with strategic staying power, because opponents can provide a bit of depth themselves by performing moves that are sub-optimal in a broad sense, but have other benefits like surprise, and moving your opponent into unfamiliar game states (see: Donkey Space).

However, the neat thing about video games, is that the computer can provide unfamiliar situations for the player to tackle via randomly generated levels, or situations, or slight random aberrations in enemy AI, etc. etc. This is a cool thing about “roguelike” permanent death and randomly generated levels (the permadeath is just so you can’t use memorization). And as long as you keep the randomness constrained to mostly Input Randomness, you can maintain strategic depth without having the outcome become arbitrary (i.e skilled players will still perform better and be able to measure themselves against one other in a useful way).

This is ESPECIALLY interesting when you consider the idea of something like a “single player ladder”. With a solution like that in place, you suddenly have the opportunity to create a very new type of game design: an “evergreen” single player game. A game that can be played and explored solo, and yet can be used as a test of skill in a broader context. A few games are scratching at the surface at this kind of thing, and I think its a very rich and rewarding area of game design. 

We have the potential to create game experiences that can stand the test of time, and if they are single player, they can be considered, interpreted and explored both alone and with our game-playing peers.

THIS IS EXCITING.

Day 13 – Added the wizard! First unit with a non-attack ability; the wizard swaps two units that are on reflected spaces on the board. Had a neat bug emerge when coding it that the unit that was swapped was refreshed when swapped, and so you could use them again. THIS WAS AWESOME SO IT STAYS.

Starting to get a sense of a couple bits of emergent complexity/combos/tactics available with the current units. Probably won’t add any more player units for a while, so next up is:

1) Win condition
2) Enemy variety (either archer or a diagonal type orc or something)

Day 10. Added the Mage! The Mage can either move OR attack on his turn. When he attacks he hits units in an X shape 3 range away. Also had my first moment of crunchyness happen as I was testing (I was able to play/strategize a bit even given the simple setup I have so far, very encouraging). Feels like maybe the goal should have something to do with a limited number of turns perhaps/keeping your units alive?

PRACTICE 2013: The Art of Strategy

PRACTICE 2013: The Art of Strategy

Awesome talks by three strategy game designers. Nice range of approaches/opinions. Keith and Soren seem to agree that transparency of mechanics (like in board games) is very important, but Keith takes it a step further with the Core Mechanism reductionist model, whereas Soren seems more comfortable having a potentially more loosely related systems. 

And Brad is a self proclaimed “Sauce” designer at a “Sauce” studio.

Also really interesting to hear the perspective that Keith’s approach “fetishises mechanics over experience” which seems to me to say you can’t have a great experience solely through mechanics. It isn’t true, as is demonstrated by many board games that simply use theme as a way to get you in the door (Bohnanza, RFTG, Love Letter, et al.), but it certainly can SEEM true (rules seem very dry for some reason, even when they can very easily be the most interesting part/exiting/engaging/suprising part of the experience).

Day 9 – Another simple, (but important) update. Warriors now can target any of the 4 directions to cleave. To make them attack without moving, you now have to click on their same space. this seems to open a lot more flexibility in how you can use them, and incidentally makes it so you must attack with them each turn, giving a bit of a berserker feel. 

Maybe tomorrow I’ll finally get to the Mage…