jocly/dist/node/games/checkers/brazilian-draughts-hlwn-config.js
2017-05-05 17:38:53 +02:00

1 line
2 KiB
JavaScript

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"}}}