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

Enter Your Reply

The Comment You're Replying To
Charles Gilman wrote on Fri, Dec 24, 2010 07:17 AM UTC:
Note: all HTML in this comment is to be viewed as text, so the unticking of the HTML box is deliberate. Edit since posting: why is not appearing as text, when I have the box unticked? I was unaware that Javascript per se raised any security issues, and under the impression that a bar on cookies was sufficient. The reason why ffen2diag.js is my first resort for displaying arrays is because it is so economical. I was planning to start a thread of wish lists for the 202nd Decade. My own list was to include more images for ffen diagrams and advice on getting ffen2diagcol.js to work to cut down the size of some of my 4-player variants. If there's any way to achieve something as brief as without using Javascript I'll gladly switch to it. The next most economical arrays are Ascii Art. Something like:
 --- --- --- --- --- --- --- --- --- --- ---
|Sw2|Mk2|St2|Cr2|Qn2|Kg2|Qn2|Cr2|St2|Mk2|Sw2|
 --- --- --- --- --- --- --- --- --- --- ---
|Tk2|   |Mh2|   |Cd2|   |Cd2|   |Mh2|   |Tk2|
 --- --- --- --- --- --- --- --- --- --- ---
|   |Pn2|   |Pn2|   |Pn2|   |Pn2|   |Pn2|   |
 --- --- --- --- --- --- --- --- --- --- ---
|Pn2|   |Pn2|   |Pn2|   |Pn2|   |Pn2|   |Pn2|
 --- --- --- --- --- --- --- --- --- --- ---
|   |Pn2|   |Pn2|   |Pn2|   |Pn2|   |Pn2|   |
 --- --- --- --- --- --- --- --- --- --- ---
|   |   |   |   |   |   |   |   |   |   |   |
 --- --- --- --- --- --- --- --- --- --- ---
|   |   |   |   |   |   |   |   |   |   |   |
 --- --- --- --- --- --- --- --- --- --- ---
|   |   |   |   |   |   |   |   |   |   |   |
 --- --- --- --- --- --- --- --- --- --- ---
|   |Pn1|   |Pn1|   |Pn1|   |Pn1|   |Pn1|   |
 --- --- --- --- --- --- --- --- --- --- ---
|Pn1|   |Pn1|   |Pn1|   |Pn1|   |Pn1|   |Pn1|
 --- --- --- --- --- --- --- --- --- --- ---
|   |Pn1|   |Pn1|   |Pn1|   |Pn1|   |Pn1|   |
 --- --- --- --- --- --- --- --- --- --- ---
|Tk1|   |Mh1|   |Cd1|   |Cd1|   |Mh1|   |Tk1|
 --- --- --- --- --- --- --- --- --- --- ---
|Sw1|Mk1|St1|Cr1|Qn1|Kg1|Qn1|Cr1|St1|Mk1|Sw1|
 --- --- --- --- --- --- --- --- --- --- ---
is still quite brief but lacks the elegance of visual images. Generally I restrict it to variants with very exotic pieces - most recently AltOrth and its offshoots. My next page is of this kind and will use Ascii Art. You don't have any problems with
, I hope. In retrospect I might have done better using it for Armies of Faith. Some inventors show both a graphic array and Ascii Art, but that's worse than just the Ascii Art.
	A series of individual images really raises memory use. The sequence

is just one square out of, in this instance, 143 - I will not attempt to display the entire array this way in this comment! No wonder I want to eliminate them from my 4-player variants and replace them with ffen2diagcol.
	Image files are the worst of the lot. These days I try to confine them to boards confounding all other presentation - pentagonal cells, Yalta-style 3-player 'square' variants, and the like. They may make the HTML file look small, but they take up considerable memory im themselves.
	So sorry to disappoint you, but until there's an alternative using as little memory I hope to use more Javascript, even in existing page, not less or none.

Edit Form

Comment on the page Overyang

Conduct Guidelines
This is a Chess variants website, not a general forum.
Please limit your comments to Chess variants or the operation of this site.
Keep this website a safe space for Chess variant hobbyists of all stripes.
Because we want people to feel comfortable here no matter what their political or religious beliefs might be, we ask you to avoid discussing politics, religion, or other controversial subjects here. No matter how passionately you feel about any of these subjects, just take it someplace else.
Quick Markdown Guide

By default, new comments may be entered as Markdown, simple markup syntax designed to be readable and not look like markup. Comments stored as Markdown will be converted to HTML by Parsedown before displaying them. This follows the Github Flavored Markdown Spec with support for Markdown Extra. For a good overview of Markdown in general, check out the Markdown Guide. Here is a quick comparison of some commonly used Markdown with the rendered result:

Top level header: <H1>

Block quote

Second paragraph in block quote

First Paragraph of response. Italics, bold, and bold italics.

Second Paragraph after blank line. Here is some HTML code mixed in with the Markdown, and here is the same <U>HTML code</U> enclosed by backticks.

Secondary Header: <H2>

  • Unordered list item
  • Second unordered list item
  • New unordered list
    • Nested list item

Third Level header <H3>

  1. An ordered list item.
  2. A second ordered list item with the same number.
  3. A third ordered list item.
Here is some preformatted text.
  This line begins with some indentation.
    This begins with even more indentation.
And this line has no indentation.

Alt text for a graphic image

A definition list
A list of terms, each with one or more definitions following it.
An HTML construct using the tags <DL>, <DT> and <DD>.
A term
Its definition after a colon.
A second definition.
A third definition.
Another term following a blank line
The definition of that term.