tips.html

来自「Games for Eclipse这个项目的目的是为 Eclipse IDE(w」· HTML 代码 · 共 48 行

HTML
48
字号
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
<HTML>
	<HEAD>
		<LINK rel="stylesheet" type="text/css" href="/default.css">
		<META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
		<META http-equiv="Content-Style-Type" content="text/css">
		<TITLE>
			Play Minesweeper
		</TITLE>
	</HEAD>

	<BODY BGCOLOR="#ffffff">
		<H1>
			Strategies and tips
		</H1>
		<P>
			<TABLE border="0" cellspacing="10">
				<TR>
					<TD valign="top"><IMG src="../images/item.gif" width="15" height="15" border="0"></TD>
					<TD>If you are uncertain about a square, right-click it twice to mark it with a 
						question mark (?). Later, you can either mark the square as a mine or remove the 
						markings by right-clicking the square again once or twice.
					</TD>
				</TR>
				<TR>
					<TD valign="top"><IMG src="../images/item.gif" width="15" height="15" border="0"></TD>
					<TD>If you have marked all the mines around a numbered square, you can uncover 
						the remaining squares around it by clicking the numbered square with the left 
						and right mouse buttons simultaneously. If not all mines surrounding the 
						numbered square have been marked, the remaining covered or unmarked squares will 
						appear flashed when the numbered square is clicked with both 
						buttons simultaneously.
					</TD>
				</TR>
				<TR>
					<TD valign="top"><IMG src="../images/item.gif" width="15" height="15" border="0"></TD>
					<TD>Look for common patterns in numbers, which often indicate a corresponding 
						pattern of mines. For example, the pattern 2-3-2 at the edge of a group of 
						uncovered squares indicates a row of three mines next to the three numbers.
					</TD>
				</TR>
			</TABLE>
		</P>
		<P align="left">
			<IMG src = ../images/chemicpy.gif width="195" height="12">
		</P>		
	</BODY>
</HTML>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?