Check out McCooey's Hexagonal Chess, our featured variant for May, 2025.


[ 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

Interactive Diagram— Diagrams that interactively show piece moves.[All Comments] [Add Comment or Rating]
🕸Fergus Duniho wrote on Wed, Jun 4 07:06 PM UTC in reply to H. G. Muller from 09:40 AM:

The only issue is what should be put in the second flexbox item: the piece table, or just a list (as <ul> or <p>). E.g. we could add a parameter flexbox=X, where X could be T, U or P depending on what we want to display next or under the board.

Since it is not all shown at once, I put everything except the diagram in the second flex item. The displayPieces parameter I added to betzaFlex.js is used to determine whether it will immediately show the pieces table when loading the page. It is currently treated as a Boolean, but it could be employed to indicate whether to display the pieces as a table, list, or paragraph.