Battlecode – AI Programming Competition
battlecode.org
Battlecode – AI Programming Competition
1–10 of 38 posts
Re: Battlecode – AI Programming Competition
#2Re: Battlecode – AI Programming Competition
#3Re: Battlecode – AI Programming Competition
#4If anyone is interested in more of these, I'm trying to keep a list here. https://github.com/dakaraphi/development-resources/blob/mast...
I'd like to find a community to share these with but have no idea what these things are even called.
Re: Battlecode – AI Programming Competition
#5If anyone is interested in more of these, I'm trying to keep a list here. https://github.com/dakaraphi/development-resources/blob/mast...
http://www.rpscontest.com/ is a rock paper scissor competition. All contestants are readable; very fascinating stuff.
Re: Battlecode – AI Programming Competition
#6If anyone is interested in more of these, I'm trying to keep a list here. https://github.com/dakaraphi/development-resources/blob/mast...
[1] http://www.retroprogramming.com/2009/09/history-of-programmi... [2] https://en.wikipedia.org/wiki/RoboWar
Re: Battlecode – AI Programming Competition
#7If anyone is interested in more of these, I'm trying to keep a list here. https://github.com/dakaraphi/development-resources/blob/mast...
Nice list but you are missing my favourite: http://www.rpscontest.com/ is a rock paper scissor competition. All contestants are readable; very fascinating stuff.
Re: Battlecode – AI Programming Competition
#8If anyone is interested in more of these, I'm trying to keep a list here. https://github.com/dakaraphi/development-resources/blob/mast...
Thanks for posting the list. I call these programming games for lack of a better name, some of them go way back (e.g.: Core War) [1]. I remember playing Robowar [2] on toaster macs way back when. [1] http://www.retroprogramming.com/2009/09/history-of-programmi... [2] https://en.wikipedia.org/wiki/RoboWar
I ended up never finishing it because I found myself inventing Google Wave (in 1997, in DOS). But it was a fun project.
Re: Battlecode – AI Programming Competition
#9If anyone is interested in more of these, I'm trying to keep a list here. https://github.com/dakaraphi/development-resources/blob/mast...
I've built two niche games as AI programming games in ruby: Bang!: https://github.com/KevinMcHugh/mustached-nemesis The Resistance: https://github.com/KevinMcHugh/secret-nemesis I'd like to find a community to share these with but have no idea what these things are even called.
Re: Battlecode – AI Programming Competition
#10If anyone is interested in more of these, I'm trying to keep a list here. https://github.com/dakaraphi/development-resources/blob/mast...
It was used during multiple local hacker conferences to keep the guests entertained. For that you would run the server somewhere, then run multiple viewers all over the place (and a big central screen) so everyone could follow the current game. Players would then connect to the server through telnet and upload their Lua code. Code could be updated while the game was running so people kept tweaking their code all the time. It was really fun seeing more than 20 player competing.
The game should still work today and is basically feature complete.