Earlier quoted context omitted.
I enjoyed playing corewar so much I wanted to reimplement it on Linux. I ended up never finishing it because I found myself inventing Google Wave (in 1997, in DOS). But it was a fun project.
> I found myself inventing Google Wave (in 1997, in DOS) What was the project? Something you ever released?
Battlecode – AI Programming Competition
21–30 of 38 posts
Re: Battlecode – AI Programming Competition
#22Re: Battlecode – AI Programming Competition
#23Re: Battlecode – AI Programming Competition
#24Re: Battlecode – AI Programming Competition
#25If anyone is interested in more of these, I'm trying to keep a list here. https://github.com/dakaraphi/development-resources/blob/mast...
Screeps ( https://screeps.com/ ) is an amazingly great example of this sort of game. It's available online, on steam, and as it works in JavaScript you can use almost any language due to the huge variety of transpilers. It has numerous constraints that make the game more interesting including CPU and memory limits.
Re: Battlecode – AI Programming Competition
#26Re: Battlecode – AI Programming Competition
#27Is that a remake of the Google AI Challenged that ended after the awesome ant game?
Re: Battlecode – AI Programming Competition
#28Earlier quoted context omitted.
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.
I think it'd be neat to have a coordination service that runs tournaments for AIs playing games like Resistance. People register a URL with the service that exposes an API that lets the coordination service tell them the current state of the game, and responds with their next move, if any. People could then write these AIs in whatever they want (and bear most of the cost of running them for tournament style simulatio…
Re: Battlecode – AI Programming Competition
#29Sweet fancy Moses why is MIT still requiring Adobe Flash Player to watch the results in 2016? In any case here is a link to the finals on YouTube which works with mobile devices: https://m.youtube.com/watch?v=4ruUyCbhnWg
The devs probably have their hands full implementing the actual game -- pretty sure no one has had time to port the codebase to something more modern. The competition organizers are primarily MIT students doing this in their spare time, so they have classwork and other things to deal with as well. :)
Re: Battlecode – AI Programming Competition
#30Also, we open sourced our winning 2012 bot on bitbucket here if you want to see the type of code that goes into it: https://bitbucket.org/Cixelyn/bcode2012-bot