Tank You (Tech demo)

Tank You is supposed to be a round-based 2D vehicular combat game. The main libraries we use are Slick and JBox2D. For UI we use a slightly patched Thingle.


http://www.hackaddict.org/en/system/files/techdemo-screenshot.jpg

This is not an actual game yet. It is intended to be shown here to find the worst bugs and to get a general impression of what the game could become when it’s ready.

Webstart (Requires Java 6)

Please tell us what you think. We will read on here but you can also discuss on our page, it’s up to you.

Some questions:[] Does handling and control of a tank feel right?
[
] What shall we do when a tank lands on its “back”?
[] What would you recommend for animated turning of turrets? At the moment, we just turn them immediately, and thanks to the symmetric shape no body changes, but eventually we want that to be animated (and ideally represented in the logic).
[
] It is not visible in this demo, but a tank can push another one as far as it wants. Is there a way to avoid that?

Oh, to avoid confusion, we are two, MentalFS and me (he should be registered here).

Won’t launch.


java.net.UnknownHostException: files.hackaddict.org
	at java.net.PlainSocketImpl.connect(Unknown Source)
	at java.net.Socket.connect(Unknown Source)
	at java.net.Socket.connect(Unknown Source)
	at sun.net.NetworkClient.doConnect(Unknown Source)
	at sun.net.www.http.HttpClient.openServer(Unknown Source)
	at sun.net.www.http.HttpClient.openServer(Unknown Source)
	at sun.net.www.http.HttpClient.<init>(Unknown Source)
	at sun.net.www.http.HttpClient.<init>(Unknown Source)
	at sun.net.www.http.HttpClient.New(Unknown Source)
	at sun.net.www.http.HttpClient.New(Unknown Source)
	at sun.net.www.http.HttpClient.New(Unknown Source)
	at sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
	at sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source)
	at com.sun.javaws.net.BasicNetworkLayer.doRequest(Unknown Source)
	at com.sun.javaws.net.BasicNetworkLayer.doHeadRequest(Unknown Source)
	at com.sun.javaws.cache.DownloadProtocol.doDownload(Unknown Source)
	at com.sun.javaws.cache.DownloadProtocol.isLaunchFileUpdateAvailable(Unknown Source)
	at com.sun.javaws.LaunchDownload.getUpdatedLaunchDesc(Unknown Source)
	at com.sun.javaws.Launcher.downloadResources(Unknown Source)
	at com.sun.javaws.Launcher.handleApplicationDesc(Unknown Source)
	at com.sun.javaws.Launcher.handleLaunchFile(Unknown Source)
	at com.sun.javaws.Launcher.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)

:-\ strange

the server is definitely up and reachable,
works fine here (@my working place)
and at home.

can you ping files.hackaddict.org?
or visit files.hackaddict.org via browser?

runs pretty well. I cannot wait to see what gaem you make out of this :)’

P.S: welcome to JGO :slight_smile:

Works fine in Ubuntu 9.04. It’s a good start, keep it up! :slight_smile:

Well, thanks for the feedback so far.
Nice to see that it works on ubuntu as well.

Some win7 users seem to have problems
can someone verify or refute?

I jsut tested on win7 works like a charm

btw: nice to know someone else uses slick