Yesterday I had a dream were I was playing unreal world, whole dream was in the perspective of the game so no manually hitting keys in a dream.
In the game I was being constantly harrased by ever aggresive bears plus for some reason polar bear.
Even while I was visiting villages there were at least 5 on screen milling about until I was seen by them.
Character didnt die but constantly got damaged.
What the hell does this mean? Did any of you guys ever experience this?
Hey, I really liked to hear this. Thanks for sharing.
In the early years of the game development, after really intense coding sessions, I've sometimes dreamed in programming language, in C to be precise.
I mean that all my thinking and communicating in the dreamworld happened with programming language. As an example, instead of thinking "Hmm. There's a boogie man over there, maybe I should run." I thought as
while (!boogieman)
run();
for (i=0;i<100;i++)
fatigue--;
etc.