%@ page contentType="text/html"%>
<%@ page language="java" import="java.sql.*" errorPage="/english/error.jsp" %>
<%
db.connect();
ResultSet rs = db.doQuery("SELECT count(*) FROM games");
rs.next();
int totalGames = rs.getInt(1);
rs = db.doQuery("SELECT SUM(popular) from games");
rs.next();
int totalViews = rs.getInt(1);
java.util.Date today = new java.util.Date();
java.text.SimpleDateFormat dateFormat = new java.text.SimpleDateFormat("yyyy-MM-dd");
String dateString = dateFormat.format(today);
%>
Professional Game Collection
Welcome to Go4Go.net's Go (Weiqi) game collection. As of today (<%=dateString%>), this collection contains in total <%=totalGames%> games. Most of them are professional games played in and after the year 2000. They have been viewed by our visitors for <%=totalViews%> times since June, 2002. The collection is frequently updated. The quality of the game records in the collection is very high. All the moves were manually verified by the maintainer (an IGS 4d-5d* level player) to make sure that they were free of errors. The game information was translated into English when necessary and the accuracy of game information was verified using multiple independent sources. We are proud to offer a great variety of ways to browse or search our collection. The games can be visited using any of the following methods:
All games can be reviewed online using a Go Board applet program. On those pages, downloading and printing functions are also provided. Reuse of our game records is subject to our term and policy. But generally, personal use is unlimited and free. Please use the downloading and printing functions responsibly. People who abuse these functions may be banned from accessing our service. For example, downloading more than 50 game records a day may be considered not appropriate. |