Skip to content

Commit 45b917b

Browse files
authored
Update website to emphasize ability to play against community bots (#36)
1 parent c6586e5 commit 45b917b

File tree

1 file changed

+12
-9
lines changed

1 file changed

+12
-9
lines changed

index.html

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<div class="jumbotron jumbotron-fluid">
2626
<div class="container">
2727
<h1 class="display-4"><img src="rlbot_logo.png" class="line-logo"> RLBot</h1>
28-
<p class="lead">Write custom
28+
<p class="lead">Create and share
2929
<a href="https://store.steampowered.com/app/252950/Rocket_League/">Rocket League</a>
3030
bots for offline play.</p>
3131
</div>
@@ -39,21 +39,24 @@ <h1 class="display-4"><img src="rlbot_logo.png" class="line-logo"> RLBot</h1>
3939
<div class="card mb-3">
4040
<div class="card-body">
4141
<h5 class="card-title">What is RLBot?</h5>
42-
<p>RLBot is a framework that allows programmers to create offline Rocket League bots. We support a
43-
variety of languages and cater to all skill levels. Come learn with us and enter the next tournament!</p>
42+
<p>
43+
RLBot teaches programmers to create custom offline Rocket League bots! Even if you don't code,
44+
you can easily play with community bots or challenge yourself with our story mode.
45+
</p>
4446
<a href="https://youtu.be/lPkID_IH88U" target="_blank" style="margin-right: 20px">
4547
<img style="height:1.5em" src="youtube.png"> Quick Start Video</a>
4648
<img style="height:1.5em" src="rlbot_logo.png">
4749
<a href="https://github.com/RLBot/RLBotGUI/releases/download/v1.0/RLBotGUI.exe" target="_blank"> RLBot for Windows</a>
4850
or
4951
<a href="https://github.com/RLBot/RLBot/wiki/Operating-System-Support" target="_blank">see our OS support</a>.
52+
5053
<br><br>
51-
<h6>Make your bot</h6>
52-
<ol>
53-
<li>Join the <a href="https://discord.gg/zbaAKPt">Discord server</a>.</li>
54-
<li>Click on your favorite language from the list below.</li>
55-
<li>Check out the <a href="https://github.com/RLBot/RLBot/wiki">wiki</a> for tutorials, documentation, and more!</li>
56-
</ol>
54+
55+
<p>
56+
Join our <a href="https://discord.gg/zbaAKPt">Discord</a> chat server to participate in the community.
57+
If you're ready to get started, you can read more on our <a href="https://github.com/RLBot/RLBot/wiki">wiki</a>
58+
or click your favourite language below!
59+
</p>
5760
</div>
5861
</div>
5962

0 commit comments

Comments
 (0)