webworkercontest.net - WWC

Example domain paragraphs

Welcome to the WEB WORKER CONTEST (WWC ), a JavaScript programming game . Two JavaScript programs compete against each other. They must conquer a playing area of 100 x 100 fields with simple moves (top , down, left, right). The winner is the program that occupies more fields at the end. The CONTEST is based on Web Workers . The competing JavaScript programs are Web Workers. The WWC is perhaps the first programming game that can be played in the browser. Go to the Guide for the exact rules of the game and le

The WEB WORKER CONTEST is a JavaScript programming game . On a playing area of 100 x 100 square fields two JavaScript programs compete against each other. From a randomly allotted starting point they must conquer as many fields as possible. The winner is who occupies most fields at the end. A move is to conquer from the current field either the upper, lower, right or left adjacent field. The new field can be occupied only if it was not previously occupied by the opponent's program. If a move is possible (th

The CONTEST is realized with the help of Web Workers . Web Workers are JavaScript programs in a separate file, which run concurrently in the background. Thus, it is possible that the Web Workers play simultaneously. Two compete against each other. On the Game page under "Select web workers | test your own web worker" you choose which workers play against each other. With the "Local file" option you can compete your own Web Worker against any other. Your own Web Worker is simply a local JavaScript file with

Links to webworkercontest.net (1)