Java-Gaming.org Java4K winners: [ by our judges | by the community ]         
Featured games (67)
games approved by the League of Dukes
Games in Showcase (∞)
games submitted by our members



News: Read the Java Gaming Resources, or peek at the official Java tutorials
 
    Home     Help   Search   Login   Register   
Pages: [1]
  Print  
  IronTactics  (Read 1292 times)
0 Members and 2 Guests are viewing this topic.
Offline zlandorf

JGO n00b
*

Posts: 49
Medals: 1



« on: 2011-10-15 07:35:24 »

Hello everyone,

IronTactics is a game I have been working on since august. It is a multi-player turn based strategy game (in a medieval fantastic universe).

Here is a little screenshot :



You can download the game DOWNLOAD. (server in the zip too)
You can use the WEBSTART.
Otherwise, there is an APPLET.

There is no applet version yet. But it will come.

To play :
-left mouse click to select and move units
-right mouse click on target to show actions possible against that target
-if a unit moves and does an action in the same turn, the damage is reduced proportionally to the distance covered
-a unit cannot use ranged attack or blind shot if in melee with an enemy.
-a unit cannot use blind shot if he moved during the same turn
-a purple highlight means you can do an action against that unit

Have fun !

ps : no registration required at the moment


Offline loom_weaver

Full Member
**

Posts: 224
Medals: 14



« Reply #1 on: 2011-10-15 12:45:06 »

After starting I had just a black screen for about 20-30 seconds before the game started.  You'll need some kind of progress bar.

Then I could only play multiplayer but there was nobody to play against.
Offline zlandorf

JGO n00b
*

Posts: 49
Medals: 1



« Reply #2 on: 2011-10-15 13:15:17 »

Yes, there is no preloader, but 20-30s seems a bit long. The preloading only lasts ~5s for me :/

I'll try to add a preloader as soon as possible.

And yes, it's tough to play against someone else if no one else is connected. What you can do though is ask a friend to play against you at the same time, or launch 2 clients and play against yoursefl (just to try out the game)


Thanks for giving it a try Smiley
Games published by our own members! Go get 'em!
Offline bainit

JGO n00b
*

Posts: 18



« Reply #3 on: 2011-10-16 06:38:13 »

Hi.
Very nice looking game. I have played against myself and enjoyed it:). Good work.
Maybe you should introduce registration for users to make easier looking for opponents. Logged users could wait in queue for play or choose their favorite opponents or challenge somebody to a game. Some stats would be also possible.
There is only one map?
Offline zlandorf

JGO n00b
*

Posts: 49
Medals: 1



« Reply #4 on: 2011-10-16 07:00:57 »

Thanks for trying it out Smiley

Yeah, I'm planning to add a "challenge" feature and some stats too.
And that's a good idea, having just one button "play" and it automatically sets you against an opponent.

No, there isn't only one map. The map is randomly generated.

In the future I might add an option to chose between different standard maps (and also a map editor to create your own maps)
Offline zlandorf

JGO n00b
*

Posts: 49
Medals: 1



« Reply #5 on: 2011-10-23 14:39:43 »

The server was off today, sorry if anybody tried to log in.

It is now back online. I also added an applet version of the game and fixed a few bugs.

Here is the link to the applet :

APPLET

have fun and thanks for trying Smiley

ps : next thing to come is some solo content (tutorial missions, campaign, regular game vs AI)
Offline Mickelukas

JGO Ninja
***

Posts: 731
Medals: 25


Java guru wanabee


« Reply #6 on: 2011-10-23 14:53:58 »

Yay, an applet! Smiley

It worked fine, didn't find anyone to play against though. I typed things in the chat but I didn't see it pop up in the screen, is that normal?

Mike

Offline zlandorf

JGO n00b
*

Posts: 49
Medals: 1



« Reply #7 on: 2011-10-23 15:37:08 »

No, that's not quite normal. The server did receive the messages (two of them), and no error was logged ... Could you try typing a message again to see if it still doesn't work ?


Other thing I'm planning to add : possibility to specify the server host when logging in multiplayer.
Offline Mickelukas

JGO Ninja
***

Posts: 731
Medals: 25


Java guru wanabee


« Reply #8 on: 2011-10-23 18:27:17 »

It worked now Smiley

Mike

Offline Mickelukas

JGO Ninja
***

Posts: 731
Medals: 25


Java guru wanabee


« Reply #9 on: 2011-11-05 18:27:33 »

We played it twice and this is what happened:
Orcs won easily both times, maybe we just use humans the wrong way but they don't seem as good Tongue
Ranged attacks seems overpowered, maybe make blind shot even less likely to hit or lower the damage?
We tried the game on a new person and he didn't understand how to attack without us telling him (tried left clicking on the enemies Wink)

Suggestions:
Place your guys where you want (within the first 2-3 rows)
Turn off timer if you create the map
Same advice as last time: a campaign with a tutorial, the possibility to play skirmishes against an AI, build together your own army based upon x points

Kind regards,
Mike

Games published by our own members! Go get 'em!
Offline zlandorf

JGO n00b
*

Posts: 49
Medals: 1



« Reply #10 on: 2011-11-06 07:07:29 »

Orcs won easily both times, maybe we just use humans the wrong way but they don't seem as good Tongue

Funny enough, I think that humans are more powerful than orcs :p

Ranged attacks seems overpowered, maybe make blind shot even less likely to hit or lower the damage?

Yes, blind shots do kind of rip apart the healers. I was thinking of making blind shot's accuracy proportionate to the distance of the target, but lowering damage would probably be better indeed.

We tried the game on a new person and he didn't understand how to attack without us telling him (tried left clicking on the enemies Wink)

This backs up your last suggestion of having only one button :p. I'll try to implement it, and see if it feels better.

Suggestions:
Place your guys where you want (within the first 2-3 rows)

Yes, this is planned. However, it's not at the top of the todo list straight away. (working on a solo/campaign mode first)

Turn off timer if you create the map

Do you mean add an option to turn off the timer ?

Same advice as last time: a campaign with a tutorial, the possibility to play skirmishes against an AI, build together your own army based upon x points

Tutorial coming soon !

And I'll try to put in a basic AI. However, it seems very complicated to do a "good" AI when agents depend on so many other agents. But it'll be fun trying that out.

And creating you own army, I will put that in too eventually (same as for the deployment).

Kind regards,
Mike

Thanks for trying it out again Smiley
Zlandorf
Offline Mickelukas

JGO Ninja
***

Posts: 731
Medals: 25


Java guru wanabee


« Reply #11 on: 2011-11-07 01:27:06 »

Do you mean add an option to turn off the timer ?

Yup, or at least decide how long the time is.

Mike

Offline zlandorf

JGO n00b
*

Posts: 49
Medals: 1



« Reply #12 on: 2011-11-07 06:20:55 »

Do you mean add an option to turn off the timer ?

Yup, or at least decide how long the time is.

Mike

I will add that as soon as I can Smiley
Pages: [1]
  Print  
 
 
Jump to:  


Add your game by posting it in the showcase section.

The first screenshot will be displayed as a thumbnail.

obsidian_golem 2012-05-23 10:14:50

Danny02 2012-05-21 17:10:34

Danny02 2012-05-21 17:07:10

Danny02 2012-05-21 16:56:12

davedes 2012-05-21 13:59:23

obsidian_golem 2012-05-20 20:28:41

darkjava55 2012-05-12 16:14:40

Ultroman 2012-05-12 09:36:05

Ultroman 2012-05-11 22:49:53

Ultroman 2012-05-11 22:20:01
Powered by MySQL Powered by PHP Powered by SMF 1.1.16 | SMF © 2011, Simple Machines Valid XHTML 1.0! Valid CSS!
Page created in 0.103 seconds with 19 queries.