EsBaTix
EsBaTix
Would you be open to accepting a PR that adds a goal sheet for legacy console editions? I already did some work on the sheet and a few test runs...
This PR resolves #148. Nothing major but it should make the coding style more consistent IMHO.
Right now there are three ways in which a function is called. 1. An HTML-Element has an onclick event linked 2. A Link-Element has a "javascript:" target/url 3. The $(document).ready(function()...
The current parameter scheme is rather cryptic IMHO. I would like to see it changed to something like this Old: `?s=3-0-0-4_54674` New: `?difficulty=3&hideTable=false&streamerMode=false&version=4&seed=54674` This would make the url more readable,...