updated dist

This commit is contained in:
mig 2017-05-24 00:21:29 +02:00
parent e6f018719b
commit e9b15bf8fd
12 changed files with 8 additions and 11 deletions

View File

@ -1 +0,0 @@
exports.config = {"status":true,"model":{"title-en":"Halloween Draughts","summary":"Same as international checkers on a 8x8 board.","thumbnail":"halloweenthumb.png","module":"checkers","maxLevel":20,"obsolete":true,"plazza":"broken","rules":"rules-brazilian-draughts.html","description":"description.html","credits":"credits.html","js":["checkersbase-model.js","draughts-model.js"],"gameOptions":{"preventRepeat":true,"width":4,"height":8,"initial":{"a":[[0,0],[0,1],[0,2],[0,3],[1,0],[1,1],[1,2],[1,3],[2,0],[2,1],[2,2],[2,3]],"b":[[7,0],[7,1],[7,2],[7,3],[6,0],[6,1],[6,2],[6,3],[5,0],[5,1],[5,2],[5,3]]},"variant":{"mustMoveForwardStrict":true,"lastRowCrown":true,"captureLongestLine":true,"lastRowFactor":0.001},"uctTransposition":"state"},"levels":[{"label":"Fast","ai":"uct","playoutDepth":0,"minVisitsExpand":1,"c":0.5,"maxDuration":1,"isDefault":true},{"label":"Beginner","ai":"uct","playoutDepth":0,"minVisitsExpand":1,"c":0.5,"maxDuration":0.5,"maxNodes":100,"maxLoops":200},{"label":"Easy","ai":"uct","playoutDepth":0,"minVisitsExpand":1,"c":0.5,"maxDuration":1,"maxNodes":2500,"maxLoops":500},{"label":"Medium","ai":"uct","playoutDepth":0,"minVisitsExpand":1,"c":0.5,"maxDuration":2,"maxNodes":5500,"maxLoops":500},{"label":"Hard","ai":"uct","playoutDepth":0,"minVisitsExpand":1,"c":0.5,"maxDuration":5,"maxNodes":2000,"maxLoops":3500},{"label":"Expert","maxLoops":8000,"c":0.8,"playoutDepth":0,"minVisitsExpand":1,"ai":"uct","uncertaintyFactor":5,"propagateMultiVisits":false,"maxDuration":60,"maxNodes":15000,"ignoreLeaf":false}]},"view":{"title-en":"Draughts View","preferredRatio":1,"js":["checkersbase-view.js","draughts-view.js"],"skins":[{"name":"halloween","title":"Halloween"}],"visuals":{"600x600":["res/visuals/halloween-draughts-600x600-2d.jpg","res/visuals/halloween-draughts-b-600x600-2d.jpg"]},"module":"checkers","css":["checkersbase.css","draughts.css"],"switchable":true,"animateSelfMoves":false,"useNotation":true,"useShowMoves":true,"defaultOptions":{"sounds":true,"notation":false,"moves":true},"preloadImages":{"pieces":"res/images/pieces.png"}}}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.0 KiB

View File

@ -12,6 +12,8 @@
<p>In English Draughts, the additional rules also apply:</p>
<ul>
<li>The winner is the player that cannot play any move, either because
there is no piece left or all remaining pieces are blocked</li>
<li>The board and initial position is the following:
<p style="text-align: center;"><img style="max-width:100%" src="{GAME}/res/rules/brit-checkers-start.jpg"/></p>
</li>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1 +0,0 @@
exports.config = {"status":true,"model":{"title-en":"Halloween Draughts","summary":"Same as international checkers on a 8x8 board.","thumbnail":"halloweenthumb.png","module":"checkers","maxLevel":20,"obsolete":true,"plazza":"broken","rules":"rules-brazilian-draughts.html","description":"description.html","credits":"credits.html","js":["checkersbase-model.js","draughts-model.js"],"gameOptions":{"preventRepeat":true,"width":4,"height":8,"initial":{"a":[[0,0],[0,1],[0,2],[0,3],[1,0],[1,1],[1,2],[1,3],[2,0],[2,1],[2,2],[2,3]],"b":[[7,0],[7,1],[7,2],[7,3],[6,0],[6,1],[6,2],[6,3],[5,0],[5,1],[5,2],[5,3]]},"variant":{"mustMoveForwardStrict":true,"lastRowCrown":true,"captureLongestLine":true,"lastRowFactor":0.001},"uctTransposition":"state"},"levels":[{"label":"Fast","ai":"uct","playoutDepth":0,"minVisitsExpand":1,"c":0.5,"maxDuration":1,"isDefault":true},{"label":"Beginner","ai":"uct","playoutDepth":0,"minVisitsExpand":1,"c":0.5,"maxDuration":0.5,"maxNodes":100,"maxLoops":200},{"label":"Easy","ai":"uct","playoutDepth":0,"minVisitsExpand":1,"c":0.5,"maxDuration":1,"maxNodes":2500,"maxLoops":500},{"label":"Medium","ai":"uct","playoutDepth":0,"minVisitsExpand":1,"c":0.5,"maxDuration":2,"maxNodes":5500,"maxLoops":500},{"label":"Hard","ai":"uct","playoutDepth":0,"minVisitsExpand":1,"c":0.5,"maxDuration":5,"maxNodes":2000,"maxLoops":3500},{"label":"Expert","maxLoops":8000,"c":0.8,"playoutDepth":0,"minVisitsExpand":1,"ai":"uct","uncertaintyFactor":5,"propagateMultiVisits":false,"maxDuration":60,"maxNodes":15000,"ignoreLeaf":false}]},"view":{"title-en":"Draughts View","preferredRatio":1,"js":["checkersbase-view.js","draughts-view.js"],"skins":[{"name":"halloween","title":"Halloween"}],"visuals":{"600x600":["res/visuals/halloween-draughts-600x600-2d.jpg","res/visuals/halloween-draughts-b-600x600-2d.jpg"]},"module":"checkers","css":["checkersbase.css","draughts.css"],"switchable":true,"animateSelfMoves":false,"useNotation":true,"useShowMoves":true,"defaultOptions":{"sounds":true,"notation":false,"moves":true},"preloadImages":{"pieces":"res/images/pieces.png"}}}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long