Search found 1 match

by beginning
Mon Oct 27, 2008 3:59 am
Forum: Challenges Solved
Topic: One Minute Man
Replies: 39
Views: 4263

I used Unity3D (hope that doesn't disqualify me) with this code: var url : String; var minutes = 0; function Start () { while (true) { minutes += 1; print("Refreshed. Minutes: " + minutes); var www = new WWW(url); yield www; if (www.data != "<html><body>\nback later") { print (ww...