The snow is just for fun, because it's winter - even if its not snowing at the moment :D
Click on the snowflake on the top right corner to disable the snowflakes.
But the snow really shouldn't affect the scenario..
@bourne: :D for the unconventional methods, see the DOM Attack scenarios
http://www.greenfoot.org/collections/393
The DOM Attack is also basically implemented in Greenfoot 3D ;)
You noticed that the screen flashes some times; i put the whole image-loading-process inside the world's act method, but the synchronized act method isn't very cool about handling the time for downloading the website, parsing the data and loading the image; thats why the redraw process get interrupted...
@shrucis1: deleted users ( i think the user data is stored inside a huge sql) are like the following:
http://www.greenfoot.org/users/46
The users data is just deleted, nothing else...
Hey guys, sry i'm a home at christmas and didn't look at greenfoot.org :/
I will upload the source code later :)
All in all you are right;
i get the username by incrementing http://www.greenfoot.org/users/#id#
download the website; the username is written inside the <title> inside the <head> tag (regex: "<head>.*?<title>(.*?)</title>.*?</head>")
now i do
GreenfootImage img = GreenfootUtil.getUserImage(name);
to get the image, this can be
null -> the user doesnt exist
the default image -> user has default image
otherwise a custom image
Happy Christmas to everyone ;)
2014/1/16
FullScreen - EndlessWorld
2014/1/15
FullScreen - EndlessWorld
2013/12/25
User View Demo
2013/12/25
User View Demo
2013/12/24
User View Demo
2013/12/24
User View Demo
2013/12/24
User View Demo
2013/12/18
Speed3D
2013/12/9
AvoiderGame