Jump to content

Featured Replies

Posted

Well ive been addicted to this game the past few days:

http://www.cyty.com/robocom/

 

You basically have to write robots in a ASM like language and battle them.

 

Description:

  Quote

RoboCom is a game for programmers

 

With your program, you determine how your robots will move, communicate with others or even build more robots.

 

Your goal is to put the other robots out of action. But not with weapons! There are much more intelligent ways to do that - write a virus and infect them. Or re-program them to work for you!

 

See if you can beat my bot UFO-Evolution its ranked 19 in the top 20.

for AI id use prolog but to be uber 1337 set up a neural network with a learning machine ZOMG SKYNET IS TAKING OVER

might give it a go tho

  Quote
nimrod']lol sounds nice.

 

will u convert my pascal into asm? thanks in advance.

A compiler does exactly that.

 

 

Regards,

Matt J.

  • 2 weeks later...
Compilers first convert the languages into assembly, then assembles it into an object, that gets linked together to an executeable/binary (PE, COFF etc.).
haha pretty fun game, but time consuming, I'd rather spend time time playing bf2.

after i wrote a test program that goes like this

 

Bank Main

@Test

move

turn 0

jump @Test

 

 

i saved it as test.rob in My Programs, assembled it but it wouldn't load, any one know y?

Guest
This topic is now closed to further replies.