Search found 18 matches

by Kender
Thu Nov 11, 2010 7:10 am
Forum: BitBath
Topic: Radio from Cities
Replies: 3
Views: 21626

I had to decompile Sun Tzu since I seem to have lost my sourcefiles, but it seems I simply use
this.radio[x] = y
in my build method.
by Kender
Wed Nov 10, 2010 8:43 pm
Forum: BitBath
Topic: String concatenations allowed?
Replies: 1
Views: 16745

Hm, looks like your compiler is transforming the + concatenations in your source to the use of StringBuilders in the actual code. Try compiling against java 1.4, that does not have the StringBuilder class. I just found out I lost all my bitbath java sourcecode so I can't tell you what I used for deb...
by Kender
Wed Nov 10, 2010 8:25 pm
Forum: BitBath
Topic: Radio from Cities
Replies: 3
Views: 21626

Yes, cities can also use the radio.
Sun Tzu uses this so its cities request help from different nearby units based on both the type of enemy unit nearing as well as the terrain type it is on. They also act as relays to pass on information broadcast by nearby bots to make the message travel further.
by Kender
Wed Nov 10, 2010 8:19 pm
Forum: BitBath
Topic: New site http://bitbath.org launches beta
Replies: 5
Views: 25242

I made a small adjustment to the rating mechanism so the ranking should reflect the bots skills better now and they should also be a bit more stable.
by Kender
Tue Sep 01, 2009 6:06 pm
Forum: BitBath
Topic: SDK package crashes in eclipse
Replies: 1
Views: 17218

Try putting rt.jar in your classpath (or referenced libraries)
by Kender
Mon Aug 17, 2009 7:36 pm
Forum: BitBath
Topic: New site http://bitbath.org launches beta
Replies: 5
Views: 25242

New site http://bitbath.org launches beta

Heya all, I've been working on a new site for bitbath for a while now. It incorporates a lot of the ideas and suggestions from this forum that Adum just doesn't have the time to implement. Like every map is played twice, with sides reversed. You can request a rematch of a certain fight if you have a...
by Kender
Sat Aug 01, 2009 9:12 pm
Forum: BitBath
Topic: Some questions, confirm or oprovergnite my guesses
Replies: 1
Views: 17549

Yes that's true. If you use class variables then each unit can keep track of things. For instance a city can remember how many of each unit it has built: public class Elephant{ private int[] built = new int[4]; public Object think(... ... public int build(...) { if (buildItem != 0) return 0; int uni...
by Kender
Sat Aug 01, 2009 8:57 pm
Forum: BitBath
Topic: Feature request: alternate red/blue positions in series
Replies: 4
Views: 24573

You probably misread this line from the readme: "Other teams have a faction value of greater than 0."

If you're checking for objFaction == 1, then that would explain the results you're seeing.
Try objFaction > 0 for enemy objects.
by Kender
Sat Aug 01, 2009 1:30 pm
Forum: BitBath
Topic: Suggestions
Replies: 6
Views: 27273

Re: Suggestions

First thing is that about 60-70% of the generatetd maps are unfair (I know that everyone will equally often be on the unlucky and lucky side, but thats not the point). Some are just a little unfair, some are completely ... meaning even "Boris" or "Walk Softly" wouldn't win again...
by Kender
Sat Aug 01, 2009 8:12 am
Forum: The Hacker's Server
Topic: The intellectual level is sinking, as titanic!
Replies: 8
Views: 8687

Hacking and Games. You have 2 of the top-3 interests of computer loving teenagers there. Level of education does not equal level of intellect. I dropped out of highschool, but seem to do just fine . This forum does seem to have a higher amount of " help me hack this site/email/bank " posts...
by Kender
Sun Jul 19, 2009 3:10 am
Forum: BitBath
Topic: Matching system ?
Replies: 6
Views: 28118

ooh yeah, gimme more, I'm an addict!
by Kender
Fri Jul 17, 2009 8:45 am
Forum: BitBath
Topic: Matching system ?
Replies: 6
Views: 28118

Hey Adum, Could you press the button again please? :D The bot I uploaded two days ago only got to fight for 5 minutes.. :? Opponent Date Time Winner Length asx 2009-07-15 17:24:00 Sun Tzu 576 asx 2009-07-15 17:24:14 Sun Tzu 311 Colossus 2009-07-15 17:25:32 Sun Tzu 275 Xtee 2009-07-15 17:28:47 Sun Tz...
by Kender
Thu Jul 16, 2009 6:39 am
Forum: BitBath
Topic: Great Game :)
Replies: 7
Views: 30162

Awesome

More praise for BitBath!

This is so simple to learn, but very hard to master.

I'd never programmed in java before, so it took a bit of learning, but it was well worth it.
by Kender
Wed Jul 15, 2009 8:08 am
Forum: BitBath
Topic: Bots move in simulator but not in game
Replies: 2
Views: 18903

Hey Adum, My compile target is set to 1.5 in eclipse. Setting it to 1.6 makes the bot fail locally. My Nemesis bot runs fine in the local simulator (RunSimulator.bat) both with and without the "Run natively" checkbox. Are you SURE the HackJVM used by the match runner is the same as the one...
by Kender
Fri Jul 10, 2009 4:43 pm
Forum: BitBath
Topic: Bots move in simulator but not in game
Replies: 2
Views: 18903

Bots move in simulator but not in game

I just uploaded my first bot "Nemesis" . It's still absolute rubbish but I wanted to see it play against some of the other bots. Locally it works fine in both Native and "production" mode. But to my surprise when I look at the games it plays on the site, nothing is happening! One...