Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 464 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 464 Bytes

JTanks

JTanks is a Swing application to allow programming of virtual tanks in an arena to combat each other according to a programmed strategy.

Getting started

  1. Clone this repository
  2. Open this project in IntelliJ.
  3. Run the Main configuration. Alternately, navigate to the class com.jtanks.controller.Main and run that class.
  4. You will see 2 Swing windows appear. Click on Go to initialize the arena and start the tanks fighting each other.