(08-06-2020, 08:25 AM)s_cm Wrote: I can play the CMBN scenario. As non-ladder game since it's a test.
Humm Perhaps I will reword this part. These scenarios are tested and ready to play. So we do not consider these a test. Having said that you can ask your randomly assigned opponent to agree to not record the results on the ladder but by default all these are ladder games. They can only be non ladder games if both players agree.
Does that change your decision to participate?
/* Copyright © 2016 Interaktiva rum Sverige (Interactive rooms Sweden) Website:
http://www.interaktivarum.se/en Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /* The color filters are defined in external SVG file rgblind.svg, located in same folder as this CSS file. Use this CSS file when injecting both the CSS style rules and the SVG filters into the HTML document. */ .protanopia{ filter: url('#protanopia'); -webkit-filter: url('#protanopia'); color-interpolation-filters:sRGB; } .deuteranopia{ filter: url('#deuteranopia'); -webkit-filter: url('#deuteranopia'); color-interpolation-filters:sRGB; }