PDA

View Full Version : Movies as code



Petr Schreiber
15-03-2012, 20:43
My friend Jakub sent me a link I could not resist to share, see for yourself:
http://moviesascode.net/

To give you idea, for E.T. the Extra-Terrestrial they have ;)


int main()
{
while(ShipHasArrived()==false)
{
Entity::ET->phone_home();
}
return 1;
}



Petr

Michael Clease
15-03-2012, 23:53
<Blink>Gordon</blink>

It probably wont work on most browsers but cant be bothered with Javascript.

Petr Schreiber
16-03-2012, 00:53
Hehe,

it took me a while, good one!


Petr

zak
16-03-2012, 15:16
what i saw is that the coders are trying to do philosophy using programming.
what support my viewpoint is the title "Unfortunately, no one can be told what the Matrix is. You have to see it for yourself." Morpheus, The Matrix. and the smaller title "Free your coding mind..."
ie it is not a complete executable code, but can be. but the main purpose is to express something funny, or a joke, or an idea, in the brain of the coder. but the problem is that not everyone will agree the coder about the philosophy he is trying to embed inside the code, every person have his own version.
the big possible project is to make a story using this idea like the small story posted by Petr above, or even more bizarre to make a secret message inside your code not necessary like the bank ciphers but through this creative vision. this cipher every one can see but the coder friend only can understand ,and he will find the treasure island immediately
thanks

PS: now i remember someone have posted a code here before more than a year and he said there is an egg inside his code, i remember kent answered that he checked that code and can't see the egg . may be he uses the same way as in the moviesascode