/GoServer/src/com/timk/goserver/public/intro.html
http://igoserver.googlecode.com/ · HTML · 38 lines · 34 code · 4 blank · 0 comment · 0 complexity · efe4928e461cf02ad0583105e3fe74f2 MD5 · raw file
- <html>
- <body>
-
- <center><h2>A few things you should know about igoserver</h2></center>
-
- <ul>
- <li>
- <b>Navigation</b><br/>
- You can navigate backward and forward through the game record. It's often helpful to back
- up a few moves, to remember what you were thinking when you last made a move.
- </li>
- <li>
- <b>Automove</b><br/>
- Igoserver lets you play sequences of moves in advance. You can play as many moves as you
- like, and then click submit. If your opponent responds in the way you expected, your moves
- will be played automatically. If you make a mistake, just back up. Whatever position is
- displayed on the board when you click submit represents the sequence you plan to play.
- </li>
- <li>
- <b>Image Size</b><br/>
- The size of the images used for the board can be changed from the user preferences page.
- </li>
- <li>
- <b>Refreshing the Game List</b><br/>
- The game list will refresh automatically every few minutes, but if you want it to refresh
- immediately, you can click on the "My Turn" tab.
- </li>
- <li>
- <b>Reporting Issues</b><br/>
- If you see anything wrong, or want to make feature requests, you can do that
- <a href="http://code.google.com/p/igoserver/issues/list">here</a>.
- </li>
- </ul>
-
- <a href="Main.html">Login</a>
-
- </body>
- </html>