Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 457 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 457 Bytes

Geobattle

Java 2D game made with Swing & AWT. No images were used, all shapes are programatically drawn and rendered. The project is still developing. I welcome suggestions and improvements (open a new issue for that).

Gif preview

More screenshots: /screenshots

Compile & run:

Either open it on eclipse or:

cd src
javac `find geobattle -name *.java`
java geobattle.Main