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

📄 play.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>
			Play Minesweeper
		</H1>
		<P>
			To play Minesweeper:
		</P>
		<OL>
			<LI>
				On the <B>Perspective</B> menu, click <B>Show View</B> -> <B>Other...</B>.
			</LI>
			<BR></BR>
			<LI>
				On the <B>Show View</B> dialog, expand <B>Games</B> and select <B>Minesweeper</B>.
			</LI>
			<BR></BR>
		    <LI>
		    	To start the timer, click any square on the playing field.
		    </LI>
			<BR></BR>
		    <LI>
		    	To restart the game, press <B>Smile</B> button.
		    </LI>
		</OL>
		<P>
		<P>
			<B>Notes:</B>
		</P>
		<P>
			<TABLE border="0" cellspacing="10">
				<TR>
					<TD valign="top"><IMG src="../images/item.gif" width="15" height="15" border="0"></TD>
					<TD>You can uncover a square by clicking it. If you uncover a mine, you lose the game.</TD>
				</TR>
				<TR>
					<TD valign="top"><IMG src="../images/item.gif" width="15" height="15" border="0"></TD>
					<TD>If a number appears on a square, it indicates how many mines are in the eight squares that surround the numbered one.</TD>
				</TR>
				<TR>
					<TD valign="top"><IMG src="../images/item.gif" width="15" height="15" border="0"></TD>
					<TD>To mark a square you suspect contains a mine, right-click it.</TD>
				</TR>
				<TR>
					<TD valign="top"><IMG src="../images/item.gif" width="15" height="15" border="0"></TD>
					<TD>The game area consists of the playing field, a mine counter, and a timer.</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 + -