Fight Code - Code your robot with JavaScript and fight
11–18 of 18 posts
Re: Fight Code - Code your robot with JavaScript and fight
#12Very cool. Reminds me a bit of RoboCode that was created a while back from IBM DeveloperWorks ( http://robocode.sourceforge.net/ ). This should be a fun way to practive JS.
Reminds? From a cursory glance this IS RoboCode, just using JS instead. In my first year CPSC classes I had an awesome prof who made learning fun. Rather than program boring text based games like tic-tac-toe we instead learned Java with projects such as RoboCode && Env3d ( http://env3d.org/beta/showcase ). Great to see RoboCode for JS now too!
Re: Fight Code - Code your robot with JavaScript and fight
#13Re: Fight Code - Code your robot with JavaScript and fight
#14Re: Fight Code - Code your robot with JavaScript and fight
#15http://www.meetup.com/Node-js-Serverside-Javascripters-Club-...
Here's the video I posted on youtube about it a few weeks ago: http://youtu.be/SZAOvn0EQxQ?t=4m26s
Game is here: http://logicmason.com/Roboduel/
Code here: http://github.com/logicmason/Roboduel
Fight Code is very much like my Robo Duel game, but much more polished and it looks the robots in it are programmed in JS, whereas I wrote a domain specific language (along with an interpreter) for mine.
Great job, guys. It's awesome to see a game like this. In fact I've wanted a game like this for years!
But it's hard not to wish it had come out a few weeks later after I graduated from Hack Reactor and had a chance to use my game to boost my job interviewing process!
Re: Fight Code - Code your robot with JavaScript and fight
#16Re: Fight Code - Code your robot with JavaScript and fight
#17I am making the FPS version though.
Nice job!
Re: Fight Code - Code your robot with JavaScript and fight
#18Wow. What are the odds! I just presented a game based on the exact same premise a couple of nights ago at a backbone.js meetup in SF. I wonder if the author of this one saw me... http://www.meetup.com/Node-js-Serverside-Javascripters-Club-... Here's the video I posted on youtube about it a few weeks ago: http://youtu.be/SZAOvn0EQxQ?t=4m26s Game is here: http://logicmason.com/Roboduel/ Code here: http://github.com/log…