-
Notifications
You must be signed in to change notification settings - Fork 9
/
index.html
270 lines (231 loc) · 11.3 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>RLBot</title>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css"
integrity="sha384-WskhaSGFgHYWDcbwN70/dfYBj47jz9qbsMId/iRN3ewGhXQFZCSftd1LZCfmhktB" crossorigin="anonymous">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link rel="stylesheet" href="libs/gCalFlow/jquery.gcal_flow.css">
<link rel="stylesheet" href="css/style.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script>
<!--en-US appears to be baked into globalize.js already, horay.-->
<script src="libs/globalize/globalize.js" type="text/javascript"></script>
<script src="libs/globalize/cultures/globalize.culture.en-GB.js" type="text/javascript"></script>
<script src="libs/globalize/cultures/globalize.culture.de.js" type="text/javascript"></script>
<script src="libs/globalize/cultures/globalize.culture.nl.js" type="text/javascript"></script>
<script src="libs/globalize/cultures/globalize.culture.pt.js" type="text/javascript"></script>
<script type="text/javascript" src="libs/gCalFlow/jquery.gcal_flow.js"></script>
</head>
<body>
<div class="jumbotron jumbotron-fluid">
<div class="container">
<h1 class="display-4"><img src="rlbot_logo.png" class="line-logo"> RLBot</h1>
<p class="lead">Create and share
<a href="https://store.steampowered.com/app/252950/Rocket_League/">Rocket League</a>
bots for offline play.</p>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-8">
<div class="card mb-3">
<div class="card-body">
<h5 class="card-title">What is RLBot?</h5>
<p>
RLBot enables custom bots in Rocket League. Using RLBot you can download and play with community-made bots,
play our challenging RLBot story mode, or make your own bots!
</p>
<a href="https://youtu.be/oXkbizklI2U" target="_blank" style="margin-right: 20px">
<img style="height:1.5em" src="youtube.png"> Quick Start Video</a>
<img style="height:1.5em" src="rlbot_logo.png">
<a href="https://github.com/RLBot/RLBotGUI/releases/download/v1.0/RLBotGUI.msi" target="_blank"> Download RLBot for Windows</a>
or
<a href="https://wiki.rlbot.org/framework/operating-system-support/" target="_blank">see our OS support</a>.
<br><br>
<p>We also have <a href="https://wiki.rlbot.org/miscellaneous/lan-setup/">LAN/VLAN match support</a>, if you want to play with your friends!</p>
<p>
Join our <a href="https://discord.gg/zbaAKPt">Discord</a> chat server to participate in the community.
If you're ready to get started, you can read more on our <a href="https://wiki.rlbot.org/">wiki</a>
or click your favourite language below!
</p>
</div>
</div>
<div class="languages">
<a href="https://github.com/RLBot/RLBotScratchInterface">
<div class="card">
<div class="card-body">
<img src="scratchcat.png" class="card-image-right">
<h5 class="card-title">Scratch</h5>
<p>Program your first bot using Scratch!</p>
</div>
</div>
</a>
<a href="https://github.com/RLBot/RLBotPythonExample">
<div class="card">
<div class="card-body">
<img src="python.png" class="card-image-right">
<h5 class="card-title">Python</h5>
<p>Write a more advanced bot in Python!</p>
</div>
</div>
</a>
<a href="https://github.com/RLBot/RLBotJavaExample">
<div class="card">
<div class="card-body">
<img src="java.png" class="card-image-right">
<h5 class="card-title">Java</h5>
<p>Build an <em>enterprise</em> bot in Java!</p>
</div>
</div>
</a>
<a href="https://github.com/RLBot/RLBotCSharpExample">
<div class="card">
<div class="card-body">
<img src="csharp.png" class="card-image-right">
<h5 class="card-title">C#</h5>
<p>Create a <em>professional</em> bot in C# (or any other .NET language)!</p>
</div>
</div>
</a>
<a href="https://github.com/kipje13/CPPExampleBot">
<div class="card">
<div class="card-body">
<img src="cpp.png" class="card-image-right">
<h5 class="card-title">C++</h5>
<p>Create an <em>incredible</em> bot in C++!</p>
</div>
</div>
</a>
<a href="https://crates.io/crates/rlbot">
<div class="card">
<div class="card-body">
<img src="rust.svg" class="card-image-right">
<h5 class="card-title">Rust</h5>
<p>Create a <em>blazingly fast</em> bot in Rust!</p>
</div>
</div>
</a>
<a href="https://github.com/SWZ-github/EasyRLBotExample">
<div class="card">
<div class="card-body">
<img src="javascript.png" class="card-image-right">
<h5 class="card-title">JavaScript</h5>
<p>Make a supersonic <em>V8-powered</em> bot with JavaScript!</p>
</div>
</div>
</a>
<a href="https://github.com/Trey2k/RLBotGo">
<div class="card">
<div class="card-body">
<img src="go.png" class="card-image-right">
<h5 class="card-title">Go</h5>
<p>Make bot <em>go</em> fast with Go</p>
</div>
</div>
</a>
<a href="https://rlgym.github.io/">
<div class="card">
<div class="card-body">
<img src="rlgym.png" class="card-image-right">
<h5 class="card-title">RLGym</h5>
<p>Make a <em>sentient</em> Machine Learning bot with RLGym!</p>
</div>
</div>
</a>
</div>
</div>
<div class="col-lg-4">
<a href="./faq">
<div class="card mb-3 compact-card">
<div class="card-body" style="text-decoration: none">
<h5 class="card-title">FAQ</h5>
<p>Frequently asked questions</p>
</div>
</div>
</a>
<a href="./tournament">
<div class="card mb-3 compact-card">
<div class="card-body" style="text-decoration: none">
<h5 class="card-title">Tournaments</h5>
<p>Upcoming and previous tournaments</p>
</div>
</div>
</a>
<a href="https://wiki.rlbot.org">
<div class="card mb-3 compact-card">
<div class="card-body" style="text-decoration: none">
<h5 class="card-title">Wiki</h5>
<p>Everything to know about RLBot</p>
</div>
</div>
</a>
<div id="gcf-simple">
<div class="gcf-header-block">
<span class="gcf-title-block">
<span>Upcoming Events</span>
</span>
<a href="https://calendar.google.com/calendar/[email protected]"
target="_blank" class="gcf-subscribe">
Subscribe
</a>
</div>
<div class="gcf-item-container-block">
<div class="gcf-item-block">
<div class="gcf-item-header-block">
<div class="gcf-item-date-block">
<span class="gcf-item-daterange"></span>
</div>
<div class="gcf-item-title-block">
<strong class="gcf-item-title"></strong>
</div>
</div>
</div>
</div>
</div>
<script type="text/javascript">
$('#gcf-simple').gCalFlow({
calid: 'rlbotofficial%40gmail.com',
auto_scroll: false,
apikey: 'AIzaSyBQ40UqlMPexzWxTNd7EYtTrkoFF_DqpqM'
});
</script>
<iframe src="https://discordapp.com/widget?id=348658686962696195&theme=dark" width="350" height="500"
allowtransparency="true" frameborder="0"></iframe>
</div>
</div>
</div>
<!-- Footer -->
<footer class="page-footer font-small blue pb-5">
<div class="container">
<div class="row">
<div class="col-lg-8 py-5">
<div class="d-flex justify-content-center">
<!-- Discord -->
<a href="https://discord.gg/zbaAKPt" class="mx-4">
<img class="ft-img gray-to-color" src="discord.png">
</a>
<!-- Twitter -->
<a href="https://twitter.com/RLBotOfficial" class="mx-4">
<img class="ft-img gray-to-color" src="twitter.png">
</a>
<!-- Youtube -->
<a href="https://www.youtube.com/c/RLBotOfficial" class="mx-4">
<img class="ft-img gray-to-color" src="youtube.png">
</a>
<!-- Twitch -->
<a href="https://www.twitch.tv/rlbotofficial" class="mx-4">
<img class="ft-img gray-to-color" src="twitch.png">
</a>
<!-- Reddit -->
<a href="https://www.reddit.com/r/RocketLeagueBots/" class="mx-4">
<img class="ft-img gray-to-color" src="reddit.png">
</a>
</div>
</div>
</div>
</div>
</footer>
</body>
</html>