forked from ruby-meetup-resources/new-resources
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
45ea4ed
commit b761017
Showing
2 changed files
with
19 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
--- | ||
title: robotwars | ||
date: 2014-11-26 06:05 UTC | ||
tags: | ||
--- | ||
|
||
[Robotwars](https://github.com/ruby-meetup-resources/robotwars) gives you a virtual battlefield where you program an AI tank and pit it against your opponents. | ||
|
||
To run this for your own meetup, just point people to the github link above, all the instructions are on it. The tricky thing is setting up a server | ||
to host the battles on. When we ran this in Christchurch (New Zealand) we also had a server [available here](https://github.com/danielfone/chchruby-robotwars-server) | ||
however, it's not going to work out of the box. Other meetups have had success allowing people to just commit their tanks to a common repo and then pulling them in. | ||
|
||
If you happen to want to be a hero and the infrastructure linked to above, make it all Docker'y 'n stuff that would be awesome. However, as is it's pretty usable | ||
|
||
Here's a video of one of our battles. | ||
|
||
<iframe width="560" height="315" src="//www.youtube.com/embed/GceXQZiKQig" frameborder="0" allowfullscreen></iframe> |