Java-Gaming.org
Play Revenge of the Titans! The situation is critical. We need fancy commanders to defend Earth, the moon, Mars!
Featured games (78)
games approved by the League of Dukes
Games in Showcase (404)
games submitted by our members
Games in WIP (289)
games currently in development
News: Read the Java Gaming Resources, or peek at the official Java tutorials
 
   Home   Help   Search   Login   Register   
  Show Posts
Pages: [1]
1  Games Center / 4K Game Competition - 2013 / Re: Parasite Escape on: 2013-03-25 04:28:56
I had fun after reading the instructions and complete the 2 first levels.

But I suggest a "mute music" option Wink
2  Games Center / 4K Game Competition - 2013 / Re: Judging panel results. on: 2013-03-24 01:25:38
Thanks for your work, like Morre say, I'm one of "most people here". Roll Eyes

For my first participation I found the contest interesting and rewarding. I hope I will be able to submit something (even better?) next year.



PS: I like the "Room for improvement" Grin !

3  Games Center / 4K Game Competition - 2013 / Re: Community voting results on: 2013-03-21 13:51:33
Quote
In any case you will need some sort of spam/cheat prevention.
I understand perfectly the need, and I have no magical solution. Cry

By the way, congratulation zeroone, teletubo and dapy.
I particulary like Tiny World and GC 2 this year (even if it's a remake).
4  Games Center / 4K Game Competition - 2013 / Re: Community voting results on: 2013-03-21 04:07:33
the contest is really only known by members of this forum.

I think the registration needed to vote reduce the participation.
5  Games Center / 4K Game Competition - 2013 / Re: Community voting results on: 2013-03-21 01:49:53
Guilty as charged: I did not try all apo collection  Grin
6  Games Center / 4K Game Competition - 2013 / Re: Judging.. on: 2013-03-10 15:10:52
Back to topic, since lot of games this year need to be played my review may won't be long but still hit the main points.

I think that is all we need Wink
7  Games Center / 4K Game Competition - 2013 / Re: Source code problem in Java4k site on: 2013-03-05 14:20:52

You mean a *.java file?  Grin

Could be a good idea !
8  Games Center / Showcase / Re: Arising on: 2013-03-01 20:35:04
Nice game, I play tutorial and first mission.

As casual rts gamer (on PC), I think that it could be nice if we can bind group of unit (like Ctrl+1..9/1..9 in starcraft or C&C) but I understand that it could be irrelevant on smartphone.
An other problem I have on PC is the scroll: when my mouse quit the applet zone the scroll stop. it could be very annoying wen you are in the middle of a fight. Maybe it could be interesting to not stop the scrolling.


Great job and good luck!
9  Games Center / 4K Game Competition - 2013 / Re: [WIP] 4King & Country! on: 2013-02-28 23:43:48
Ok Well done ! Then I remove my file.
10  Games Center / 4K Game Competition - 2013 / Re: [WIP] 4King & Country! on: 2013-02-28 23:27:00
4 042 b : http://forthx.free.fr/x/T.jar.pack.gz

No need of sources I tweak my script...

I test it, it works! So if you run out of time ... For the 68 Wink...



Tell me when I can remove it !

(note: I take the jar here : http://java4k.com/index.php?action=games&method=view&gid=471)
11  Games Center / 4K Game Competition - 2013 / Re: We broke the record!!! on: 2013-02-28 21:48:10
Thanks to Apo  Grin
12  Games Center / 4K Game Competition - 2013 / Re: tiny_world on: 2013-02-28 00:56:08
I can give you a way to win in les than 2 min in hard mode. Past 10 min you have few chance if you don't posses half the town. So for me the game balance have little problem.
Last time I clean the map with only 1 troop in 92s.
I admit it stay a very good game Wink


Teach this to your IA and nobody can win Wink

Build just 1 ore then1 wood building at start, as fast as possible in this order.
Wait and use your first troop to kill purple (or nearest enemy, generally purple build ore building fast then he is more dangerous) since IA build 3  building at start he has 0 troops to defend. If you are fast you can kill another IA in the same way. Now you may have 2 troop and last IA one... finish him !
13  Games Center / 4K Game Competition - 2013 / Re: [WIP] 4King & Country! on: 2013-02-25 05:39:56
Nice game. But too much command for me. What is the interest of carrying iron in the ship?
I guess I saw a diamond on a mountain, but nothing append... I like the exploring part, but we don't have enough time to explore (in my opinion). Anyway, I'm very curious about the source code of this game Wink
14  Games Center / 4K Game Competition - 2013 / Re: Applets and caching on: 2013-02-24 23:34:04
I had the same problem, I just wait and now all is Ok !
15  Games Center / 4K Game Competition - 2013 / Re: Space Devastation on: 2013-02-24 23:32:48
Nice to have feedback, I'm stuck at lvl 3 in hard mode  Grin In this conditions it's really hard to evaluate all the game.
Anyway, I want to thanks you all for your help, I'm pretty satisfied of my first 4k game. And I had great fun to code like that  Yawn
16  Games Center / 4K Game Competition - 2013 / Re: Space Devastation on: 2013-02-19 18:36:14
Ok I have updated the game with 3 difficulty , I cant access java4k now, so if you want challenge, check here:

http://forthx.free.fr/space_dev/

(You may have to refresh your cache)
17  Games Center / 4K Game Competition - 2013 / Re: Space Devastation on: 2013-02-17 23:34:52
if you play 2 - 3 time it is too easy, but for the first time it let the player learn how to play. But it is an idea to offer a difficulty selection at start.

enemies have 2 moves : incoming and escape, if they are too fast you are less overwhelm.

If you want great challenge build the source with this values Wink and good luck for level 10!
1  
2  
3  
4  
5  
   private final int baselife = 12;//increase for harder start
  private final int addlife = 4; //increase for harder end
  private final int boss_dmg_div = 4;
   private final int wave_multiplier = 2;
   private final int foe_firerate_div = 40;
18  Games Center / 4K Game Competition - 2013 / Re: Space Devastation on: 2013-02-14 22:24:59
It is the destruction of the galaxy universe!  Shocked
19  Games Center / 4K Game Competition - 2013 / Re: Easy shrink method on: 2013-02-14 22:22:30
Groboclown, I try your packing scripts ant at last it work Wink

After reading the readme and installing ant, I have to:
- use "resources/global.properties" to create a local.properties (Mandatory for the setting of "default.jdk-dir", i.e. "C:/Program Files/jdk1.7" no /bin !)
- change proguard version (I use jdk 1.7 and I solve some error using proguard 4.Cool
- update ant-include.xml (add source="@{jdk-target}" at line 115, in javac-4k macrodef) to avoid javac warning.

Hope this help other users.

With Kzip, DeflOpt and yguard I  reduce my archive size by 200 Bytes (compared to my manual processing using proguard and pack200)!
20  Games Center / 4K Game Competition - 2013 / Re: Easy shrink method on: 2013-02-13 19:59:39
use evaluation (the link work):

http://www.e-t.com/jshrinkevaljar.zip

Or proguard :
http://proguard.sourceforge.net/

Or both if you need !
21  Games Center / 4K Game Competition - 2013 / Re: Space Devastation on: 2013-02-13 05:17:43
Ok, thanks for your help, game has been submitted, it fits in 4090Bytes  (with proguard, jshrink and Pack200) Roll Eyes, and I finally had fun to play it. It's faster, harder, and achievable.

I name my code "Brain devastation" here is a chosen part:
1  
2  
3  
4  
5  
6  
7  
8  
9  
10  
for (x = 1; x < 6; x++)
    for (y = 10; y < 70; y++) {
        j = 15 - ((y % 50 - 15) < 0 ? -(y % 50 - 15) : (y % 50 - 15));
        k = 20 - ((y - 30) < 0 ? -(y - 30) : (y - 30));
        l = 20 - ((y - 50) < 0 ? -(y - 50) : (y - 50));
        j = j > 0 ? (j < 10 ? j : 10) : 0;
        k = k > 0 ? (k < 10 ? k : 10) : 0;
        l = l > 0 ? (l < 10 ? l : 10) : 0;
        color[x - 1][y - 10] = new Color(25 * j, 25 * k, 25 * l, 51 * x);
    }
22  Games Center / 4K Game Competition - 2013 / Re: [WIP] Space Devastation on: 2013-02-06 22:25:54
Strange bug ... 2 people have the same problem, but it works for 10 others who send me feedback.

I hate this kind of bug! Maybe it is the server or just a web cache problem.

23  Games Center / 4K Game Competition - 2013 / Re: Galactic Conquest 4K - II on: 2013-02-06 17:27:49
I'm really impressed ! It is the most addictive 4k game I ever play !
24  Games Center / 4K Game Competition - 2013 / Re: [WIP] Space Devastation on: 2013-02-06 17:12:44
Ok thanks for comments, I have updated the game (it is too easy, for testing purpose).

I'm looking to use the same bar for life AND energy, can it be a good idea? or not enough conventional?
25  Games Center / 4K Game Competition - 2013 / Space Devastation on: 2013-02-04 17:49:54
Hi, after many hesitations, I have decided to make a 4k game... for my first try, the idea is to make a rail space shooter.




[Update] A new playable version is available here.


Since it's a work in progress game balance must be done but all levels must work.
I hope it run smoothly now. (it's too easy to finish, sorry)
Any comments or critique  will be appreciated.
26  Games Center / 4K Game Competition - 2013 / Re: [WIP] Complex soundscapes from a single line of code on: 2013-02-03 17:46:25
It's really interesting, an ambient song like this could change the feeling of the game.

And you make me discover "PaulStretch algorithm" thanks !
Pages: [1]
Play Revenge of the Titans! The situation is critical. We need fancy commanders to defend Earth, the moon, Mars!
 
Get high quality music tracks for your game!

Add your game by posting it in the WIP section,
or publish it in Showcase.

The first screenshot will be displayed as a thumbnail.

The invasion has landed! On Mars! And you're there to beat 'em!
cubemaster21 (34 views)
2013-05-17 21:29:12

alaslipknot (42 views)
2013-05-16 21:24:48

gouessej (72 views)
2013-05-16 00:53:38

gouessej (71 views)
2013-05-16 00:17:58

theagentd (79 views)
2013-05-15 15:01:13

theagentd (74 views)
2013-05-15 15:00:54

StreetDoggy (116 views)
2013-05-14 15:56:26

kutucuk (140 views)
2013-05-12 17:10:36

kutucuk (140 views)
2013-05-12 15:36:09

UnluckyDevil (149 views)
2013-05-12 05:09:57
Complex number cookbook
by Roquen
2013-04-24 12:47:31

2D Dynamic Lighting
by Oskuro
2013-04-17 16:46:12

2D Dynamic Lighting
by Oskuro
2013-04-17 16:45:57

2D Dynamic Lighting
by Oskuro
2013-04-17 16:23:20

Noise (bandpassed white)
by Roquen
2013-04-05 17:36:01

Noise (bandpassed white)
by Roquen
2013-04-03 16:17:38

Java Data structures
by Roquen
2013-03-29 13:21:12

Topic Request
by kutucuk
2013-03-22 21:42:01
Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines | Managed by Enhanced Four Valid XHTML 1.0! Valid CSS!
Page created in 0.159 seconds with 21 queries.