-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
53 lines (42 loc) · 975 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="Author" content="Junyang Gu">
<meta name="GENERATOR" content="Mozilla/4.72 [en] (Win95; U) [Netscape]">
<title>pcman</title>
</head>
<body>
<blockquote>
<center>
<h1>
javaiPacman</h1></center>
<center>
<h1>
Welcome to the intelligent Pacman game in Java!</h1></center>
<center>
<p><br><applet CODE="applet.class" WIDTH=80 HEIGHT=50></applet></center>
<p><br>
<dt>
Controls:</dt>
<br>
<dd>
1. Use UP arrow key to start.</dd>
<dd>
2. Use arrows to move.</dd>
<dd>
3. Sorry, no end of game key provided, just run into a ghost.</dd>
<dt>
<br>
Scoring:</dt>
<br>
<dd>
1. 10 points per dot. 200 points first ghost, 400 for next and so on, finally,
1600 points.</dd>
<dd>
2. You get a bonus pac every 10000 points. ( Hope this will help )</dd>
<dd>
</dd>
</blockquote>
</body>
</html>