All Projects → scribd → Robot Fruit Hunt

scribd / Robot Fruit Hunt

A fun little game that doubles as a JavaScript programming exercise.

Programming Languages

javascript
184084 projects - #8 most used programming language

Welcome!

Modify mybot.js to start writing your bot. Opening game.html will allow you to generate random boards, and either watch your bot play or step through one move at a time. Refer here for available methods. gl/hf! - Scribd.

ps: you should be able to ignore everything in assets/, but if you want to disable the opponent bot from playing in game.html, go to assets/simplebot.js and find:

makeMove: function() {
   // to disable to opponent, uncomment the next line
   // return PASS;

Uncomment return PASS; and your bot will be free to roam the board alone.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].