Skip to content

Commit 81b455e

Browse files
Merge pull request #52 from Trey2k/master
Added go
2 parents 01d61af + e62c29b commit 81b455e

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

go.png

2.17 KB
Loading

index.html

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,16 @@ <h5 class="card-title">JavaScript</h5>
133133
</div>
134134
</a>
135135

136+
<a href="https://github.com/Trey2k/RLBotGo">
137+
<div class="card">
138+
<div class="card-body">
139+
<img src="go.png" class="card-image-right">
140+
<h5 class="card-title">Go</h5>
141+
<p>Make a <em>speedy and simple</em> bot with Go!</p>
142+
</div>
143+
</div>
144+
</a>
145+
136146
<a href="https://rlgym.github.io/">
137147
<div class="card">
138148
<div class="card-body">
@@ -142,6 +152,7 @@ <h5 class="card-title">RLGym</h5>
142152
</div>
143153
</div>
144154
</a>
155+
145156
</div>
146157

147158
</div>

0 commit comments

Comments
 (0)