Creating a basic tank game

I was hoping someone could help me write code to do the following.

How do you create a basic game in Java where two tanks battle each other?

I was hoping to use a die class to simulate rolling a number; a direction class to determine a direction (up, down, left, right) to move the tank; a client class to define the die and direction objects; and a tank class to define the x and y positions, armour, firepower, etc.

[438 byte] By [StHara] at [2007-11-27 1:41:02]
# 1
I've made this game already, what do you need help with?
CaptainMorgan08a at 2007-7-12 0:55:59 > top of Java-index,Java Essentials,Java Programming...
# 2
Why do you need a rolling number in this "basic" java program?
shlumpha at 2007-7-12 0:55:59 > top of Java-index,Java Essentials,Java Programming...