⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 tips.html

📁 Games for Eclipse这个项目的目的是为 Eclipse IDE(www.eclipse.org project)提供不同的游戏插件。
💻 HTML
字号:
<!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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -