BOTwaR

  • BOTwaR
  • BOTwaR
  • BOTwaR
  • BOTwaR

Detailed App Info:

  • Last Changed:Time:
  • Current Version:Version: 1.3
  • Device Type:Device: iOS Universal
  • Category:Category: Games
  • iTunes Seller:Seller:
  • Download Size:App Size: 7.59 MB

Application Description

Twitter:
Google:
Facebook:
Welcome to BOTwaR, a game where you must decide your strategy before the battle. Unlike most games where you control the action on the screen directly, in BOTwaR, you write a battle program and then stand back and watch as your program competes against other programs. The last robot standing is the winner.

In BOTwaR, you control a robot by programming it in JavaScript. Here's a complete example of a battle program (called BOTTOM) that you can challenge:

function main(robot) {
if (robot.isFirstIteration()) robot.moveTo(0,100);
if (robot.atDestination()) {
if (robot.getX() == 0) robot.moveTo(100,100);
if (robot.getX() == 100) robot.moveTo(0,100);
}
var d = robot.ping(-90);
if (d > 0.0) robot.fire(-90);
}

Battle several BOTs in one arena. Comes pre-loaded with several battle programs to compete against and examine (code is included). Code can be edited and debugged inside the game.

Note: This game does not teach you the JavaScript programming language, but it does include examples to get your started. There are lots of JavaScript tutorials on the web.

Requirements

Your mobile device must have at least 7.59 MB of space to download and install BOTwaR app. BOTwaR was updated to a new version. Purchase this version for $1.99

If you have any problems with installation or in-app purchase, found bugs, questions, comments about this application, you can visit the official website of Dave Swift David Swift at http://www.swiftdavid.com/mobile.

Copyright © 2012-2013 David Swift. All Rights Reserved.