it looks like hackjv does not support interfaces?
this hurt me a bit, because i tried to organise my classes of bitbath with interfaces ... after i did, i recognized the missing support.
is that something to be implemented in hackjv or not?
thx.
Search found 12 matches
- Tue Apr 07, 2009 11:07 am
- Forum: BitBath
- Topic: no support of interfaces
- Replies: 2
- Views: 16581
- Tue Jan 06, 2009 4:07 pm
- Forum: BitBath
- Topic: How to compile a bot properly - for noobs
- Replies: 4
- Views: 19401
How To compile a bot just run the build.xml ... its a Ant build file where everything is described and configured to build the complete bot (with more than one java file and more than one package) if u do not find out, how u need to edit the build.xml to make it build your bot, check out http://ant...
- Fri Nov 14, 2008 2:12 pm
- Forum: BitBath
- Topic: [suggestion] ask for specific confrontation
- Replies: 0
- Views: 14610
[suggestion] ask for specific confrontation
While i'm try to find out how to improve my bot i wish i could see more battles against a specific bot. adum, is there a possibility to implement this function on the bitbath site? Maybe a button: ask for competition against .... this may could improve the competition in the same way as the possibil...
- Fri Nov 14, 2008 2:04 pm
- Forum: BitBath
- Topic: Slow bitbath site
- Replies: 3
- Views: 18909
- Thu Nov 13, 2008 7:53 pm
- Forum: BitBath
- Topic: DOwnload of Bots
- Replies: 4
- Views: 21532
so i will be the first who offer his bot here: http://hacker.org/forum/viewtopic.php?t=1002
someone fallow me?
someone fallow me?
- Thu Nov 13, 2008 7:52 pm
- Forum: BitBath
- Topic: [Bot] qO_Op
- Replies: 0
- Views: 15688
[Bot] qO_Op
here u get my version to make your own simulations against it. not realy hard to beat atm but i am working on it
http://81.221.86.217 <-- this is my homeip, maybe sometimes down... try again later
http://81.221.86.217 <-- this is my homeip, maybe sometimes down... try again later
- Thu Nov 13, 2008 7:00 pm
- Forum: BitBath
- Topic: Slow bitbath site
- Replies: 3
- Views: 18909
Slow bitbath site
i recognise since a few weeks that the bitbath part of this site is quite slow. rather every klick needs 10 or more seconds to get an result. does some one else recognise this?
- Wed Nov 12, 2008 1:29 pm
- Forum: BitBath
- Topic: what is wrong with my bot qO_Op
- Replies: 2
- Views: 18158
- Tue Nov 11, 2008 10:17 pm
- Forum: BitBath
- Topic: what is wrong with my bot qO_Op
- Replies: 2
- Views: 18158
what is wrong with my bot qO_Op
hi what is the problem with my bot qO_Op? (if there is one) it runs nicely on local simulation. But every battle entry here for my bot is only marked with % and zero battles (hope u know what i mean, if not look here: http://hacker.org/bitbath/index.php?botid=133) do i have to practise patience? thx...
- Tue Nov 11, 2008 10:05 pm
- Forum: BitBath
- Topic: DOwnload of Bots
- Replies: 4
- Views: 21532
- Sun Oct 26, 2008 10:05 am
- Forum: Wormageddon
- Topic: number of instructions limitation
- Replies: 2
- Views: 19539
- Fri Oct 24, 2008 6:52 pm
- Forum: Wormageddon
- Topic: number of instructions limitation
- Replies: 2
- Views: 19539
number of instructions limitation
Hi folk
i am interested in to know how this limitation is defined. is this 500.000 java instructions?
now limit reached? if not, is it possible to measure the number of instructions?
thx for answer
i am interested in to know how this limitation is defined. is this 500.000 java instructions?
Code: Select all
for (int i = 0;i<500000;i++)
now limit reached? if not, is it possible to measure the number of instructions?
thx for answer