-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathindex.html
304 lines (285 loc) · 13.7 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
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="IE=edge" http-equiv="X-UA-Compatible">
<meta content="width=device-width, initial-scale=1" name="viewport">
<meta content="" name="description">
<meta content="" name="author">
<title>Game Automators | Making Learning Easy via Games</title>
<link rel="icon" href="img/favicon.png">
<!-- Bootstrap Core CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet"><!-- Custom CSS -->
<link href="css/landing-page.css" rel="stylesheet"><!-- Custom Fonts -->
<link href="font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="css/style.css"> <!-- Custom CSS -->
<!--Font-->
<link href='https://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<!-- Navigation -->
<nav class="navbar navbar-default navbar-fixed-top topnav" role=
"navigation">
<div class="container topnav">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button class="navbar-toggle" data-target=
"#bs-example-navbar-collapse-1" data-toggle="collapse" type=
"button"><span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span> <span class="icon-bar"></span>
<span class="icon-bar"></span></button> <a class=
"navbar-brand topnav" href="#">Game Automators</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id=
"bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-right">
<li>
<a href="#wallofthanks">Wall of Thanks</a>
</li>
<li>
<a class="page-scroll" href="#gamesautomated">Games
Automated</a>
</li>
<li>
<a href="#video">Video</a>
</li>
</ul>
</div><!-- /.navbar-collapse -->
</div><!-- /.container -->
</nav>
<!-- Header -->
<a id="about" name="about"></a>
<div class="intro-header ">
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="intro-message">
<img alt="Cinque Terre" class=
"img-responsive center-block" src="img/logo.png">
<h1>Game Automators</h1>
<h3>Learn to Automate Games</h3>
<hr class="intro-divider">
<ul class="list-inline intro-social-buttons">
<li>
<a class="btn btn-default btn-lg" href=
"http://gameautomators.com/book/" target=
"_blank"><i class=
"glyphicon glyphicon-book"></i> <span class=
"network-name">Read Book</span></a>
</li>
<li>
<a class="btn btn-default btn-lg" href="http://gameautomators.com/download/building-mobile-game-solvers-v1.pdf"
target="_blank"><i class=
"glyphicon glyphicon-download-alt"></i>
<span class="network-name">Download
Book</span></a>
</li>
<li>
<a class="btn btn-default btn-lg" href=
"http://gameautomators.com/contributors.html"
target="_blank"><i class=
"glyphicon glyphicon-user"></i> <span class=
"network-name">Contributors</span></a>
</li>
</ul>
</div>
</div>
</div>
</div><!-- /.container -->
</div><!-- /.intro-header -->
<!-- Services Section -->
<section id="services">
<div class="container " style="padding-top: 100px;">
<div class="row">
<!-- Heading goes here -->
</div>
<div class="row text-center">
<div class="col-md-4">
<span class="fa-stack fa-5x ">
<i class="fa fa-circle fa-stack-2x text-primary "></i>
<i class="fa fa-puzzle-piece fa-stack-1x fa-inverse"></i>
</span>
<h4 class="service-heading">What's Game Automators?</h4>
<p class="text-muted">A team that aims to make learning fun by building algorithms and robots that can solve mobile phone games using concepts of electronics, image
processing and machine learning.</p>
</div>
<div class="col-md-4">
<span class="fa-stack fa-5x">
<i class="fa fa-circle fa-stack-2x text-primary"></i>
<i class="fa fa-question fa-stack-1x fa-inverse"></i>
</span>
<h4 class="service-heading">Why Game Automators?</h4>
<p class="text-muted">Developing skills through practical implementation
has always fascinated learners with its outcome.</p>
</div>
<div class="col-md-4">
<span class="fa-stack fa-5x">
<i class="fa fa-circle fa-stack-2x text-primary"></i>
<i class="fa fa-location-arrow fa-stack-1x fa-inverse"></i>
</span>
<h4 class="service-heading">Where Are We Now?</h4>
<p class="text-muted">We have automated 21 games so far and working on many more! Keep scrolling for details.</p>
</div>
</div>
</div>
</section>
<a id="gamesautomated" name="gamesautomated"></a>
<section id="listofgame">
<div class="container" style="padding-top: 100px;">
<div class="row">
<div class="col-lg-12 text-center">
<br>
<br>
<h1>Games Automated</h1><br>
<br>
</div>
</div>
<div class="row" style="padding-top: 30px" id="games">
<!-- games added here dynamically -->
</div>
<h4 style="text-align: center;">
<a href="https://github.com/GameAutomators/eBook-Source/blob/master/Examples" target="_blank">Click here</a> for extensive list of all games automated.
</h4>
</div>
</section><br>
<br>
<section id="github">
<div class="container-fluid" style="background-color:whitesmoke;padding-top: 100px;">
<div class="row" style="background-color:whitesmoke;">
<div class="col-lg-5 portfolio-item align:center" style=
"background-color:whitesmoke;">
<a href="https://github.com/GameAutomators" target=
"_blank"><img alt="" class="img-circle center-block"
height="389" src="img/github.png" width="375"></a>
</div>
<div class="col-lg-7" style="background-color:whitesmoke; style=padding-top: 100px;">
<h1>How can you contribute?</h1>
<p></p>
<h4><strong></strong></h4>
<h3><strong>Step 1</strong></h3>Fork this repository
<a href="https://github.com/GameAutomators">GameAutomators/eBook-Source</a> to your profile account.<br>
<strong></strong>
<h3><strong>Step 2</strong></h3><code>git clone
https://github.com/your github username/eBook-Source</code><br>
<strong></strong>
<h3><strong>Step 3</strong></h3><code>git remote add upstream
https://github.com/GameAutomators/eBook-Source</code><br>
<strong></strong>
<h3><strong>Step 4</strong></h3><code>git pull upstream master</code>
<p></p><br>
</div>
</div>
</div>
</section>
<!-- Contributors -->
<section id="Contributors">
<div class="container" style="padding-top: 100px">
<div class="row">
<div class="col-lg-12 text-center">
<h1>Contributors</h1>
<br>
</div>
</div>
<div class="row" id="contrib">
<!-- contributors added here dynamically -->
</div>
<h4 style="text-align: center;">
<a href="/contributors.html" target="_blank"> Click here </a> to see all contributors
</h4>
</section><br>
<!-- Page Content -->
<a id="wallofthanks" name="wallofthanks"></a>
<div class="content-section-a">
<div class="container " style="padding-top: 100px; padding-bottom: 50px;">
<div class="row">
<div class="col-lg-5 col-sm-6">
<hr class="section-heading-spacer">
<div class="clearfix"></div>
<h2 class="section-heading">Special Thanks</h2>
<p class="lead">We would like to thank <a href=
"https://www.facebook.com/TheInnovationGarage/?fref=ts"
target="_blank">Innovation Garage</a> and <a href="http://www.thelakshyafoundation.org/" target="_blank">The Lakshya Foundation</a> for providing us with a great environment to work in.</p>
The following mighty people have assisted us in making all the work we do open source and free.<br><br>
Ramesh Akula, Priyanka Namburi, Raja Poranki, Sathish Visanagiri, Rahul Yadav, Saithej Vaddadi, Kesav Satya, Sarath Kumar Somana, Harish Ganesuni, Naveen Indala, Rashid Khan, Nikhilendra Gudisa, Manikanta Pasumarthy, Krishna Bhushan.
</div>
<div class="col-lg-5 col-lg-offset-2 col-sm-6"><img alt=""
class="img-responsive" height="200" src="img/ig.png" width=
"300"></div>
</div>
</div><!-- /.container -->
</div><!-- /.content-section-a -->
<section id="video">
<div class="container" style="padding-top: 100px;">
<div class="row">
<div class="col-lg-12 text-center">
<h1>Video: Crowd Funding</h1>
<h4>
The campaign was launched at NITW Hackathon 5.0 on Feb 1st 2016 and got an overwhelming response. 23% of the campaign was fulfilled within the first 10 minutes of launch, 100% in 24 hours and the stretch goal of 132% in 72 hours.
</h4>
</div>
</div>
</div>
</section><br>
<a id="video" name="video"></a>
<div class="responsive-video">
<iframe allowfullscreen="" class=
"col-lg-2 col-md-6 col-sm-12 col-xs-12" frameborder="0" height="315"
src="https://www.youtube.com/embed/gs5JEBh6jKw" width="560"></iframe>
<div>
</div>
</div>
<div class="banner">
<div class="container">
<div class="row">
<div class="col-lg-6">
<h2>Connect with Game Automators:</h2>
</div>
<div class="col-lg-6">
<ul class="list-inline banner-social-buttons">
<li>
<a class="btn btn-default btn-lg" href=
"https://twitter.com/sudheesh001" target=
"_blank"><i class="fa fa-twitter fa-fw"></i>
<span class="network-name">Twitter</span></a>
</li>
<li>
<a class="btn btn-default btn-lg" href=
"https://github.com/gameautomators" target=
"_blank"><i class="fa fa-github fa-fw"></i>
<span class="network-name">Github</span></a>
</li>
</ul>
</div>
</div>
</div><!-- /.container -->
</div><!-- /.banner -->
<!-- Footer -->
<footer>
<div class="container">
<div class="row">
<div class="col-lg-12">
<p class="copyright text-muted small">Game Automators.
Contribute on <a href="http://github.com/gameautomators"
target="_blank">Github</a></p>
</div>
</div>
</div>
</footer>
<!-- jQuery -->
<script src="js/jquery.js"></script>
<script src="js/smooth-scroll.js"></script>
<!-- Google Analytics -->
<script src="js/ga.js"></script>
<!-- Bootstrap Core JavaScript -->
<script src="js/bootstrap.min.js"></script>
<!-- Custom Scripts -->
<script type="text/javascript" src="js/custom.js"></script>
</body>
</html>