An open API service indexing awesome lists of open source software.

https://github.com/cl7/battlecity

Java Swing project to simulate classic 2D tank game. Supports Two player local game server. A* algorithm for AI.
https://github.com/cl7/battlecity

battle-city java java-swing multiplayer player tank-game

Last synced: 7 months ago
JSON representation

Java Swing project to simulate classic 2D tank game. Supports Two player local game server. A* algorithm for AI.

Awesome Lists containing this project

README

          

# BattleCity

A Classic tank game implemented with Java Swing.

Includes a local game server support maximum two players. Utilized A* algorithm for AI.