This is an applet which enables you to display game record in your page very easily.
No Go program and no image editor is needed.
All you need is a web browser (of course!) and your favorite text editor.
You can use this applet for various purposes: showing your best game, exploring Joseki, creating Life and Death problem, etc.
GoodShape is really small - Fast downloading!
The most important thing: This is free!
|
How to use:
|
|
* For handicap games, click Pass as many as needed on white's turn. |
|
You can customize the GoodShape as the following ways.
|
| parameter | description | default value |
| width | The width of the applet | 400 |
| height | The height of the applet | 500 |
| size | The size of the board | 19 |
| init | The position to show at the beginning.(See below) | none |
| moves | The sequence of moves to show after the position by init.(See below) | none |
| advancemoves | Proceed to the end of the sequence specified by moves.(true or false) | true |
| clickable | User can click on the board to explore the variation even when moves is specified.(true or false) | true |
| number | Display numbers on the stones.(true or false) | true |
| startnumber | The start number when number=true. | 1 |
| language | Language (English/Japanese) | English |
| next | Specify the side when moves is not specified. B:Black, W:White | B |
| startupmessage | A message to display at the beginning. | default message |
| Provide the sequence of B[**] for black and W[**] for white. Specify the coordinate in ** using alphabets. For a 19x19 board, use a pair of alphabet from a to s.(horizontal/vertical) The sequence is irrelevant because this parameter only shows a position. An example: |
|
Similar to init, but the sequence is important. Use B and W alternatively. A comment can be added to each move. Insert the text prefixed with "{" and suffixed with "}". "/" is interpreted as a line feed inside the text. An example: When specifying stones with init and moves, you can leave line feeds and semicolons. Thus you can use your SGF file for this. |
Generally, you don't have to download GoodShape applet but if you want to put the applet file(*.class files) in your site, or if you want to use it even when you are offline, please download the above file.
|
Notice:
|