/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

  1. <html>
  2. <body>
  3. <center><h2>A few things you should know about igoserver</h2></center>
  4. <ul>
  5. <li>
  6. <b>Navigation</b><br/>
  7. You can navigate backward and forward through the game record. It's often helpful to back
  8. up a few moves, to remember what you were thinking when you last made a move.
  9. </li>
  10. <li>
  11. <b>Automove</b><br/>
  12. Igoserver lets you play sequences of moves in advance. You can play as many moves as you
  13. like, and then click submit. If your opponent responds in the way you expected, your moves
  14. will be played automatically. If you make a mistake, just back up. Whatever position is
  15. displayed on the board when you click submit represents the sequence you plan to play.
  16. </li>
  17. <li>
  18. <b>Image Size</b><br/>
  19. The size of the images used for the board can be changed from the user preferences page.
  20. </li>
  21. <li>
  22. <b>Refreshing the Game List</b><br/>
  23. The game list will refresh automatically every few minutes, but if you want it to refresh
  24. immediately, you can click on the &quot;My Turn&quot; tab.
  25. </li>
  26. <li>
  27. <b>Reporting Issues</b><br/>
  28. If you see anything wrong, or want to make feature requests, you can do that
  29. <a href="http://code.google.com/p/igoserver/issues/list">here</a>.
  30. </li>
  31. </ul>
  32. <a href="Main.html">Login</a>
  33. </body>
  34. </html>