Difference between revisions of "Asyncrhonous tournament"

From Stunts Wiki
Line 7: Line 7:
  
 
An early championship administrator would thus provide a track file for download and a deadline and receive replay files via e-mail until that deadline. He'd check the replays to make sure they were being played fairly on the correct track with the allowed car and that they finished normally and without a penalty time, and often, he or she would manually update the actual HTML code of their website to show the temporary results. At the end of the race, the top replay files would be uploaded so that everybody could get them and take a look at them. A completely new experience for Stunts fans. The replay file would be the proof that the lap time was actually achieved by the racer.
 
An early championship administrator would thus provide a track file for download and a deadline and receive replay files via e-mail until that deadline. He'd check the replays to make sure they were being played fairly on the correct track with the allowed car and that they finished normally and without a penalty time, and often, he or she would manually update the actual HTML code of their website to show the temporary results. At the end of the race, the top replay files would be uploaded so that everybody could get them and take a look at them. A completely new experience for Stunts fans. The replay file would be the proof that the lap time was actually achieved by the racer.
 +
 +
== Online Stunts frenzy ==
 +
With the huge growth of the population in the online community, participation in tournaments became so large that doing this manual task became a lot of work very quickly. Besides e-mail and an HTML website, the forum became another possibility, where you could easily post and edit to display temporary results. [[ZakStunts]] began to use an automated php-based upload system when nobody else had that. [[World Stunts Championship]] was one of the competitions that used a forum thread at [[La Cueva de los Clásicos]] to facilitate the handling of posted laps. With time, other tournaments also implemented a form to upload replays, but most work was still done manually behind the code.

Revision as of 18:26, 31 May 2023

A competition can be said to be asynchronous when it's not running live and so, a method has to be established to make racers' participation competitive. Almost every tournament in the history of online Stunts has followed this pattern to the point that we tend to take it for granted, but realising this possibility was a great milestone that took Stunts not only to the multi-player level, but to competition in the distance.

Early implementations

In the late 1990s, when the internet became sufficiently popular and the first online competitions came to being, the organisers would set up a website, typically, pure HTML, in which they'd provide the rules and other information for whomever would like to participate. An e-mail address was also given and racers would post their replays by sending them to that address.

It's important to emphasise that this wasn't trivial at that time. Stunts is a single-player game that only brings two near multi-player experiences to the user: the possibility to race against a not-very-intelligent AI car and the ability to get a record on the highscore table. So a player who'd invite a friend might think of hot-seating to see who achieves a better record, but not much more than that. Over the distance, without an eye on participants and without the possibility of meeting at the same time, something had to be devised and the solution lay in replay files, which is another feature created for an entirely different purpose.

An early championship administrator would thus provide a track file for download and a deadline and receive replay files via e-mail until that deadline. He'd check the replays to make sure they were being played fairly on the correct track with the allowed car and that they finished normally and without a penalty time, and often, he or she would manually update the actual HTML code of their website to show the temporary results. At the end of the race, the top replay files would be uploaded so that everybody could get them and take a look at them. A completely new experience for Stunts fans. The replay file would be the proof that the lap time was actually achieved by the racer.

Online Stunts frenzy

With the huge growth of the population in the online community, participation in tournaments became so large that doing this manual task became a lot of work very quickly. Besides e-mail and an HTML website, the forum became another possibility, where you could easily post and edit to display temporary results. ZakStunts began to use an automated php-based upload system when nobody else had that. World Stunts Championship was one of the competitions that used a forum thread at La Cueva de los Clásicos to facilitate the handling of posted laps. With time, other tournaments also implemented a form to upload replays, but most work was still done manually behind the code.