Хм, если вместо конкретных отдельных людей, почты, товаров, транспорта использовать их примерные среднемесячные значения, а перед строительством чего-либо обязать покупать или арендовать землю, то можно симутранс сделать пошаговым.
Книжка о том, чего так не хватает прыщеиграм: http://ompldr.org/vY3dzYw
"What really makes a video game story interactive? What's the best way to create an interactive story? How much control should players be given? Do they really want that control in the first place? Do they even know what they want-or are their stated desires at odds with the unconscious preferences? All of these questions and more are examined in this definitive book on interactive storytelling for video games. You'll get detailed descriptions of all major types of interactive stories, case studies of popular games (including Bioshock, Fallout 3, Final Fantasy XIII, Heavy Rain, and Metal Gear Solid), and how players interact with them, and an in-depth analysis of the results of a national survey on player storytelling preferences in games. You'll get the expert advice you need to generate compelling and original game concepts and narratives."
Прыщесорсному игрострою, вечно остающему на 10 лет от индустрии посвящается: "Retro Game Programming: Unleashed for the Masses"
http://ompldr.org/vYjZwaw
http://www.gamedev.ru/code/forum/?id=19939
"#include "stdafx.h"
#include "windows.h"
#Define igra
int main1(int argc, CHAR* argv[])
{
...
}
int main2(int argc, CHAR* argv[])
{
...
}
на двухпроцессорных материнках я могу использовать два mainа чтобы один процессор выполнял
один мейн а второй второй мейн?или как мне добиться выгоды от двухпроцессоров?"