Yahoo Chess Applet

hi,what do u all think is the size of the chess applet that loads ( the game forum and the actual game)?Ali
[128 byte] By [gilaniali] at [2007-9-30 20:06:08]
# 1
what?!?!
Malohkan at 2007-7-7 0:52:13 > top of Java-index,Other Topics,Java Game Development...
# 2
i mean what is the size of the applet in Kilobytes(Kb) for example 5000Kb.I would like to know what will the size be if such an applet were to be madeAli
gilaniali at 2007-7-7 0:52:13 > top of Java-index,Other Topics,Java Game Development...
# 3
it depends on how extensive the chess program is.I recently wrote a chess program and jar it; its about 350kbs.
nongnong at 2007-7-7 0:52:13 > top of Java-index,Other Topics,Java Game Development...
# 4
great, but do u know the size of the yahoo chess applet?Also is ur game ready? have a link of it?Ali
gilaniali at 2007-7-7 0:52:13 > top of Java-index,Other Topics,Java Game Development...
# 5
hm.. its chinese chess.if you still want it, give me ur email.it supports human vs humans and network games..
nongnong at 2007-7-7 0:52:13 > top of Java-index,Other Topics,Java Game Development...
# 6
Can you post out the link to that applet?
kusanagihk at 2007-7-7 0:52:13 > top of Java-index,Other Topics,Java Game Development...
# 7
http://68.196.3.93:800/ChineseChess/ChineseChess.jarim gona leave my computer on for a day or 2, so it may not be on all the timeits an executable jar, not an applet.applets has like all the security issues with connecting sockets
nongnong at 2007-7-7 0:52:13 > top of Java-index,Other Topics,Java Game Development...
# 8
but got a 403 forbidden error, can't access the jar file
kusanagihk at 2007-7-7 0:52:13 > top of Java-index,Other Topics,Java Game Development...
# 9
i dunno, i have no problem accessing it from another computer.or give me ur email and ill send it to you
nongnong at 2007-7-7 0:52:13 > top of Java-index,Other Topics,Java Game Development...
# 10
ok, my email:kusanagihk@yahoo.com.hkthanks!
kusanagihk at 2007-7-7 0:52:13 > top of Java-index,Other Topics,Java Game Development...
# 11
Where to get Game Tools
NeeleshD at 2007-7-7 0:52:13 > top of Java-index,Other Topics,Java Game Development...
# 12
Hi friends....Now a days I have seen an online ad that yahoo chess engine can be cheated by some programs...How does it work?The player can sit idle and the cheat engine will play against the real oponent.Any rough idea? Only for awareness....Thanks
NajSoft@India at 2007-7-7 0:52:13 > top of Java-index,Other Topics,Java Game Development...
# 13

If you are refering to having a computer play for a human ... one way would be to create a screen scraping application. The application would take in the chess board, decipher it into a chess board state, then performa some artificial intelligence to generate the next move.

If the yahoo chess is an applet it could be possible to break into the applets sandbox and retrieve the game state directly instead of screen scraping.

DeltaCoder

DeltaCoder at 2007-7-7 0:52:13 > top of Java-index,Other Topics,Java Game Development...
# 14
Hello
Avanoush at 2007-7-7 0:52:13 > top of Java-index,Other Topics,Java Game Development...