Creating the 2d Java tank game

public class MicroTankCanvasextends Canvasimplents Runnable {public void run( ) {while (true) {\\Update the game state. repaint ( );public void paint(Graphics g)Is this a good code to create the tank game?
[268 byte] By [fergboba] at [2007-10-3 7:47:51]
# 1
If youre creating Tanks (the kind Im thinking of) I would use mulitple classes. I would at least create a separate Tank class. You should probably split it up even more though.
CaptainMorgan08a at 2007-7-15 2:49:28 > top of Java-index,Other Topics,Java Game Development...
# 2
Makes me think of IBM's Robocode: http://robocode.sourceforge.net/?Open&ca=daw-prod-robocode; )
prometheuzza at 2007-7-15 2:49:29 > top of Java-index,Other Topics,Java Game Development...
# 3
Thanks for your replies.The Robo game is a game with a different landscape than my game.
fergboba at 2007-7-15 2:49:29 > top of Java-index,Other Topics,Java Game Development...
# 4
Im also wondering what program will be best to write the game on.Thanks
fergboba at 2007-7-15 2:49:29 > top of Java-index,Other Topics,Java Game Development...
# 5
Are you asking us which IDE should you use?
hwystara at 2007-7-15 2:49:29 > top of Java-index,Other Topics,Java Game Development...
# 6
Yes.Any help will be super!
fergboba at 2007-7-15 2:49:29 > top of Java-index,Other Topics,Java Game Development...
# 7
> Yes.Any help will be super!There are many IDE's out there. It has been asked many time which one is best; search the forums.
CaptainMorgan08a at 2007-7-15 2:49:29 > top of Java-index,Other Topics,Java Game Development...
# 8
Anyone know a good IDE to use?
fergboba at 2007-7-15 2:49:29 > top of Java-index,Other Topics,Java Game Development...
# 9
> Anyone know a good IDE to use?Did you not even read the reply 7?! Type "Best IDE" into the search box on the left of this page and it will come up with about 782,679,074 different threads.
CaptainMorgan08a at 2007-7-15 2:49:29 > top of Java-index,Other Topics,Java Game Development...
# 10
I use Dr java
Nethera at 2007-7-15 2:49:29 > top of Java-index,Other Topics,Java Game Development...
# 11
Thanks.
fergboba at 2007-7-15 2:49:29 > top of Java-index,Other Topics,Java Game Development...
# 12
hi i would recomend Eclipes
JollyRogera at 2007-7-15 2:49:29 > top of Java-index,Other Topics,Java Game Development...
# 13
Where can I install that,it sounds good.
fergboba at 2007-7-15 2:49:29 > top of Java-index,Other Topics,Java Game Development...
# 14
> Where can I install that,it sounds good.Do you mean download? [url]www.google.com[/url]
CaptainMorgan08a at 2007-7-15 2:49:29 > top of Java-index,Other Topics,Java Game Development...
# 15
ok.
fergboba at 2007-7-21 12:08:35 > top of Java-index,Other Topics,Java Game Development...