Check out Glinski's Hexagonal Chess, our featured variant for May, 2024.


[ Help | Earliest Comments | Latest Comments ]
[ List All Subjects of Discussion | Create New Subject of Discussion ]
[ List Earliest Comments Only For Pages | Games | Rated Pages | Rated Games | Subjects of Discussion ]

Single Comment

Play Chess Variants with Jocly. Missing description[All Comments] [Add Comment or Rating]
A. M. DeWitt wrote on Thu, May 2 03:40 PM UTC in reply to François Houdebert from Wed May 1 03:51 PM:

I made one last change to Chu Seireigi, making the Lion move like its Cazaux form (a Chu Shogi Lion that lacks multi-move capabilities). If you could implement that on the biscandine site that would be great.

I'll even make it real simple for you on what you need to do. You'll need to go into your http://chu-seireigi-model.js and look for the Lion definitions (searching for "sh-lion should do"), which looks like this:

				66: {
					name: 'lion-w',
					aspect: 'sh-lion',
					graph: this.cbDropGraph(geometry, [[-2,0],[-2,-1],[-2,-2],[-1,-2],[0,-2],[1,-2],[2,-2],[2,-1],[2,0],[2,1],[2,2],[1,2],[0,2],[-1,2],[-2,2],[-2,1]],[[1,1],[1,-1],[-1,1],[-1,-1]]),
					value: 10,
					abbrev: 'LN',
					fenAbbrev: 'N',
					initial: [{s:1,p:55}],
					demoted: 67,
					hand: 18,
				},
				67: {
					name: 'lion-b',
					aspect: 'sh-lion',
					graph: this.cbDropGraph(geometry, [[-2,0],[-2,-1],[-2,-2],[-1,-2],[0,-2],[1,-2],[2,-2],[2,-1],[2,0],[2,1],[2,2],[1,2],[0,2],[-1,2],[-2,2],[-2,1]],[[1,1],[1,-1],[-1,1],[-1,-1]]),
					value: 10,
					abbrev: 'LN',
					initial: [{s:-1,p:168}],
					demoted: 66,
					hand: 18,
				},

Set the Lions values to 11 and replace the current graph definitions with the following:

					graph: this.cbDropGraph(geometry, [[-2,0],[-2,-1],[-2,-2],[-1,-2],[0,-2],[1,-2],[2,-2],[2,-1],[2,0],[2,1],[2,2],[1,2],[0,2],[-1,2],[-2,2],[-2,1],[1,1],[1,-1],[-1,1],[-1,-1],[1,0],[-1,0],[0,1],[0,-1]],[]),

Once that is done, the biscandine Jocly preset should play at least somewhat reasonably.