← Home

I am working on a programming game where you control an army of robots via a ...

@date=2011-08-25
@tags=google-plus-post

I am working on a programming game where you control an army of robots via a web api.

You can send orders to robots, or you can install javascript code in robots, and when they are out of communications range from your command center, they can use that code to work autonomously.

The robots will be the typical variety of units that you would expect in an rts game (submarines, tanks, infantry, etc). They will run on fuel which will need to be transported to the front line by workers (which will have their own scripts to handle logistics).

Communications will be key and setting up relay towers to send new messages and code to distant soldiers will be important (otherwise they will be in the dark, and you won't know what they are up to). Sending and receiving messages will cost fuel.

The game will have no graphical user interface. A companion project is also set up which will allow people to create the interface and modify it to their liking using html5/javascript/etc etc.

The initial api stuff can be seen here: http://rts-api.com:2000/help/api_options

If you are interested in getting involved in the development of this game, let me know. (This is not a job, there will likely be no profit here)

Technology involved: Node.js + express + mongodb

If you just want to do the client end stuff, you will need to know jQuery and be able to work with JSON.

var p = { "api_options": { "0": { "path": "/test", "route ...

http://rts-api.com:2000/help/api_options

http://rts-api.com:2000/help/api_options

http://rts-api.com:2000/help

https://github.com/RobKohr/rts-api