This project is a collection of tools for the Web-Worker Contest http://www.webworkercontest.net
Currently there are three Tools available.
Static web pages allow you debugging your web worker JavaScript code in Chrome.
[WWC-Tool (HTML)]
For help look here: [WWC Debugging]
Allows you to run your web worker in batch mode against a number of opponent web workers, counting statistics about wins and losses.
[WWC-Tool (Java) Batch]
Allows you to single step your web worker. A second view shows the world from the view of your web worker. With an IDE which allows debugging JavaScript executed from the ScriptEngine you can debug your web worker. Currently I found only "IntelliJ IDEA (Ultimate Edition)" to be able to do so.
[WWC-Tool (Java) GUI]
A JavaScript compressor which shortens variables and functions to three letters.
Comments (//), indentation and empty lines are removed, line breaks are kept.
An exclude list defines names which should not be replaced.
The Eclipse project is available under GIT: Replacer eclipse project
The wiki uses Markdown syntax.
Wiki: WWC Debugging
Wiki: WWC-Tool (HTML)
Wiki: WWC-Tool (Java) Batch
Wiki: WWC-Tool (Java) GUI