forked from udacity/fend-project-memory-game
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
131 lines (124 loc) · 7.39 KB
/
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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>MEMORY GAME</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="MERMORY" content="Test your memory and try to complete with less amout of moves possible.">
<link rel="stylesheet prefetch" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.1/css/font-awesome.min.css">
<link href="https://fonts.googleapis.com/css?family=VT323" rel="stylesheet">
<link rel="stylesheet" href="css/new.css">
<link rel="stylesheet" href="css/app.css">
</head>
<body>
<div class="container">
<!--<header>
<h1>Matching Game</h1>
</header>-->
<section id="console-panel">
<div id="open-console">
<i id="console-icon" class="fa fa-terminal"></i>
</div>
<section id="score-panel"></section>
<div id="console-box" class="console-box-open">
<div id="console-title">
<pre id="console-title-ascii">
███╗ ███╗███████╗███╗ ███╗ ██████╗ ██████╗ ██╗ ██╗
████╗ ████║██╔════╝████╗ ████║██╔═══██╗██╔══██╗╚██╗ ██╔╝
██╔████╔██║█████╗ ██╔████╔██║██║ ██║██████╔╝ ╚████╔╝
██║╚██╔╝██║██╔══╝ ██║╚██╔╝██║██║ ██║██╔══██╗ ╚██╔╝
██║ ╚═╝ ██║███████╗██║ ╚═╝ ██║╚██████╔╝██║ ██║ ██║
╚═╝ ╚═╝╚══════╝╚═╝ ╚═╝ ╚═════╝ ╚═╝ ╚═╝ ╚═╝</pre>
<div id="console-stats">
<div id="timer">
<span id="min-timer">00</span>:<span id="sec-timer">00</span>
</div>
<ul id="stars">
<li><i id="star-one" class="fa fa-star open-star"></i></li>
<li><i id="star-two" class="fa fa-star open-star"></i></li>
<li><i id="star-three" class="fa fa-star open-star"></i></li>
</ul>
<span>Moves: <span id="moves"> </span></span>
<div id="restart" class="btn-stats">
<span id="restart-text">RESTART</span>
</div>
<div id="update-moves" class="btn-stats update-closed">
<span id="rechage-text">RECHARGE</span>
</div>
</div>
</div>
<div id="console"></div>
</div>
</section>
<ul id="deck">
</ul>
</div>
<!--Alert for WINNER of the game-->
<div id="win-alert" class="win-alert-closed">
<div id="win-message">
<pre id="win-message">
██╗ ██╗██╗███╗ ██╗███╗ ██╗███████╗██████╗
██║ ██║██║████╗ ██║████╗ ██║██╔════╝██╔══██╗
██║ █╗ ██║██║██╔██╗ ██║██╔██╗ ██║█████╗ ██████╔╝
██║███╗██║██║██║╚██╗██║██║╚██╗██║██╔══╝ ██╔══██╗
╚███╔███╔╝██║██║ ╚████║██║ ╚████║███████╗██║ ██║
╚══╝╚══╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═══╝╚══════╝╚═╝ ╚═╝</pre>
<br />
<span>Timer: <span id="min-win">00</span>:<span id="sec-win">00</span></span>
<span>Moves: <span id="moves-win"></span></span>
<br />
<span>Stars: <span id="stars-win"></span></span>
<br />
<button type="button" id="play-again" value="Play Again">Play Again</button>
</div>
</div>
<!--Initialize game animation-->
<div id="new-load" class="new-load-closed">
<div id="load-pages" class="load-pages-closed">
<span>Memory Game - by Pallets Studio</span>
<span>Version 0.0.1 BETA</span>
<span>Released - today</span>
<br />
<span>Preparing to Initialize...</span>
<span>Calculating...</span>
<br />
<span>Loading background...</span>
<span>Complete!</span>
<span>Loading your deck...</span>
<span>Complete!</span>
<span>Loading awesome console...</span>
<span>Complete!</span>
<span>Loading your cards...</span>
<span>Complete!</span>
<span>Loading incredible animations...</span>
<span>Complete!</span>
<span>Loading power functions...</span>
<span>Complete!</span>
<span>LOAD FINISHED SUCCESSFULLY.</span>
<br />
<span>STARTING GAME...</span>
<pre id="load-ascii">
██╗ ██╗███████╗██╗ ██████╗ ██████╗ ███╗ ███╗███████╗
██║ ██║██╔════╝██║ ██╔════╝██╔═══██╗████╗ ████║██╔════╝
██║ █╗ ██║█████╗ ██║ ██║ ██║ ██║██╔████╔██║█████╗
██║███╗██║██╔══╝ ██║ ██║ ██║ ██║██║╚██╔╝██║██╔══╝
╚███╔███╔╝███████╗███████╗╚██████╗╚██████╔╝██║ ╚═╝ ██║███████╗
╚══╝╚══╝ ╚══════╝╚══════╝ ╚═════╝ ╚═════╝ ╚═╝ ╚═╝╚══════╝
████████╗ ██████╗
╚══██╔══╝██╔═══██╗
██║ ██║ ██║
██║ ██║ ██║
██║ ╚██████╔╝
╚═╝ ╚═════╝
███╗ ███╗███████╗███╗ ███╗ ██████╗ ██████╗ ██╗ ██╗
████╗ ████║██╔════╝████╗ ████║██╔═══██╗██╔══██╗╚██╗ ██╔╝
██╔████╔██║█████╗ ██╔████╔██║██║ ██║██████╔╝ ╚████╔╝
██║╚██╔╝██║██╔══╝ ██║╚██╔╝██║██║ ██║██╔══██╗ ╚██╔╝
██║ ╚═╝ ██║███████╗██║ ╚═╝ ██║╚██████╔╝██║ ██║ ██║
╚═╝ ╚═╝╚══════╝╚═╝ ╚═╝ ╚═════╝ ╚═╝ ╚═╝ ╚═╝</pre>
</div>
</div>
<script src="js/new.js"></script>
<script src="js/app.js"></script>
</body>
</html>