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  
  [TinyJournal] Zombie Defense/Defence !  (Read 2502 times)
0 Members and 2 Guests are viewing this topic.
Offline teletubo
« League of Dukes »

Sr. Member
*****

Posts: 465
Medals: 17



« on: 2010-05-17 23:31:38 »




Hey folks .
This is the game I've been working for the competition.
It is an action/tower defense game. I won't explain too much to see if the on-game instructions are enough.

The game should be fully playable and it has most of the elements I was thinking to have. So the gameplay mechanics should not change.


Any comments or suggestions are welcome .

Click here to play

TODO list :
-fix fonts
-include a few more different enemies and bosses
-bombpig
-balance difficult
-lifebar
-Wave information
-polish animations and some more graphics



Offline fruitmaze

Full Member
**

Posts: 156
Medals: 3



« Reply #1 on: 2010-05-18 09:46:14 »

It looks nice and the Game over scene is really nice. But I think the ammo moves too fast, and also the zombies are moving quite fast making the game quite difficult. Maybe some energy bar as well?
Offline Wyrframe

JGO n00b
*

Posts: 15



« Reply #2 on: 2010-05-18 11:28:08 »

Good game, but the sound effects devolve to static when they start to stack up, and the applet doesn't quit properly; the the sound keeps running for a good 15 or so seconds after I close the window or tab containing the game.
Games published by our own members! Go get 'em!
Offline ShannonSmith

Sr. Member
**

Posts: 365
Medals: 13



« Reply #3 on: 2010-05-18 12:56:04 »

Great stuff, I like the combined tower defence/shooter combo. Animations are very nice and sound effects are great. One small point your 'w' character looks like it is missing a column of pixels. Game over screen is brilliant.

Offline dishmoth

JGO Ninja
***

Posts: 517
Medals: 19



« Reply #4 on: 2010-05-18 14:55:38 »

Good game, but the sound effects devolve to static when they start to stack up, and the applet doesn't quit properly; the the sound keeps running for a good 15 or so seconds after I close the window or tab containing the game.
Same sound problems here.
Glitches aside, it's looking excellent!
Simon

Offline teletubo
« League of Dukes »

Sr. Member
*****

Posts: 465
Medals: 17



« Reply #5 on: 2010-05-23 21:53:55 »

First, thank you for all the feedback .
I've polished it a little more and added a few levels .
I still have the sound glitch, I didn't have time/patience to look it..

And I'm also paralleling work on an "online arena" version of it : send hordes of zombies to destroy the opponent's base. This one is "full size" tough !

Offline appel

JGO Wizard
****

Posts: 1477
Medals: 23


I always win!


« Reply #6 on: 2010-05-23 22:17:52 »

Very nice Smiley

Check out the 4K competition @ www.java4k.com
Check out GAMADU (my own site) @ http://gamadu.com/
Offline zammbi

JGO Strike Force
***

Posts: 963
Medals: 9



« Reply #7 on: 2010-05-24 17:41:25 »

Great game but it started lagging hard on wave 7. Using 600 megs of ram, 100% cpu and sound issues.

Current project - Rename and Sort
Offline teletubo
« League of Dukes »

Sr. Member
*****

Posts: 465
Medals: 17



« Reply #8 on: 2010-05-25 11:47:03 »

Great game but it started lagging hard on wave 7. Using 600 megs of ram, 100% cpu and sound issues.


Zambbi can you tell me if you tested this before or after yesterday noon ?
The reason is that yesterday I uploaded a new version which used WAV instead of OGG, and I hoped this would solve the sound problem .
If you tested before yesterday, can you try it again and see if the sound issues persist ?
Thank you very much .

Offline me

Full Member
**

Posts: 158
Medals: 1


Java games rock!


« Reply #9 on: 2010-05-26 05:00:57 »

Hello TeleTubo,

The game is jumping a lot when moving the character. Not sure if you can
fix this as I might think this is due to the way you keep the character in the middle
of the screen all the time ..

Game Over Screen is really nice.

Pressing X after arrows pauses the game a little the first time. Maybe due to load of the sound?!

Ran fine on all of these :
                   Acer Aspire 5740, Windows 7 , Internet Explorer, jdk1.6.0_20
                   Mac Mini, Snow Leopard OS X, Safari, jdk 1.6.0_20
                   Suse 10 (Virtual Machine), firefox 2.0.0.14, jdk 1.6.0_19
                   HP Compaq 6820, Fedora 8, Firefox 2.0.0.10, jdk 1.6.0_04


Best regards from,

M.E.

M.E.
--------
Games published by our own members! Go get 'em!
Offline zammbi

JGO Strike Force
***

Posts: 963
Medals: 9



« Reply #10 on: 2010-05-26 06:05:49 »

Still a major leak. It got up to 600 megs again. But so far haven't got any sounds issues yet, but I couldn't get far it kept crashing.


Quote
Exception in thread "Thread-12" java.lang.ArrayIndexOutOfBoundsException: 12
   at zombies.logic.BLogic.addTower(BLogic.java:400)
   at zmb.telas.STVTela.requestPlaceTower(STVTela.java:389)
   at zmb.telas.STVTela.runLogic(STVTela.java:178)
   at platspecific.AppletZD.run(AppletZD.java:201)
   at java.lang.Thread.run(Unknown Source)

Current project - Rename and Sort
Offline teletubo
« League of Dukes »

Sr. Member
*****

Posts: 465
Medals: 17



« Reply #11 on: 2010-05-29 12:33:41 »

Thank you zammbi for the tests, and for the stack trace .

M.E. , thank you for all the testing . The "jumping" screen is because I dont think its a good idea to have the character always centered, I think it's better to have a greater sight of the direction the character is looking at , otherwise the enemies would show up to close from the character and the time of reaction would be too small. 

Finally solved sound issues with paulscode 3dsound library.
Fixed zammbi's Exception.
Tweaked difficulty a little more .

2 months to go now ! 

Offline zammbi

JGO Strike Force
***

Posts: 963
Medals: 9



« Reply #12 on: 2010-05-30 02:13:51 »

Quote
Thank you zammbi for the tests, and for the stack trace .
Np.

Seems you solved the memory leak.

I got a crash when playing but I couldn't get a stack trace. When I refreshed the website I got this:


Quote
Starting up SoundSystem...
Initializing Java Sound
    (The Java Sound API.  For more information, see http://java.sun.com/products/java-media/sound/)
sun.plugin2.main.client.PluginMain: unrecognized message ID 42
JavaSound initialized.

initialized.
already iniz
already iniz
already iniz
already iniz
already iniz
already iniz
already iniz
already iniz
already iniz
already iniz
already iniz
already iniz
already iniz
already iniz
already iniz
already iniz
already iniz
already iniz
already iniz
already iniz
java.lang.IllegalArgumentException: adding a container to a container on a different GraphicsDevice
   at java.awt.Component.checkGD(Unknown Source)
   at java.awt.Container.addImpl(Unknown Source)
   at java.awt.Container.add(Unknown Source)
   at javax.swing.JApplet.addImpl(Unknown Source)
   at java.awt.Container.add(Unknown Source)
   at platspecific.AppletZD.init(AppletZD.java:97)
   at sun.plugin2.applet.Plugin2Manager$AppletExecutionRunnable.run(Unknown Source)
   at java.lang.Thread.run(Unknown Source)
Exception: java.lang.IllegalArgumentException: adding a container to a container on a different GraphicsDevice

Current project - Rename and Sort
Offline dishmoth

JGO Ninja
***

Posts: 517
Medals: 19



« Reply #13 on: 2010-05-30 06:59:56 »

2 months to go now ! 

Three months (Jun, Jul, Aug).

Contest ends at midnight (GMT) 31 August 2010

Offline bobjob

JGO Ninja
***

Posts: 646
Medals: 14


David Aaron Muhar


« Reply #14 on: 2010-07-04 17:19:45 »

that was really cool. the sound fx add alot to the feel of it.
was impressed with the "slime/ghost style baddied" with the black outlines that pop up. they were really cool.

I got no real criticisms, but sadly one error.
1  
2  
3  
4  
5  
6  
7  
8  
9  
Exception in thread "Thread-21" java.lang.IllegalStateException: Component must have a valid peer
   at java.awt.Component$FlipBufferStrategy.getBackBuffer(Unknown Source)
   at java.awt.Component$FlipBufferStrategy.updateInternalBuffers(Unknown Source)
   at java.awt.Component$FlipBufferStrategy.revalidate(Unknown Source)
   at java.awt.Component$FlipBufferStrategy.revalidate(Unknown Source)
   at java.awt.Component$FlipBufferStrategy.getDrawGraphics(Unknown Source)
   at pomtelas.desktop.TelaMaluca.drawComponents(TelaMaluca.java:59)
   at platspecific.AppletZD.run(AppletZD.java:218)
   at java.lang.Thread.run(Unknown Source)

got that error when exiting browser window (IE Windows 7 Java 1.6_20)

My Projects
Games, Webcam chat, Video screencast, PDF tools.

Javagaming.org with chat room
Offline Sardtok

JGO n00b
*

Posts: 15



« Reply #15 on: 2010-07-06 18:47:56 »

Awesome game, it plays really well in such a small space.
It gets really hard around wave 7 or so with the green fatties and the black blobs/jellybeasts.
Great effect on the game over screen too.

Btw. you spelled the name of the game wrong when you added it to GameJolt: Zombie Denfese or Defence.
Offline Mads

JGO Ninja
***

Posts: 674
Medals: 16


Directly directional


« Reply #16 on: 2010-08-28 16:14:00 »

Really cool game - played it atot of times  Tongue I made it to round 7.
A great improvement could be if you made the pixels x8 instead of x4 - it is a little too small..


Offline teletubo
« League of Dukes »

Sr. Member
*****

Posts: 465
Medals: 17



« Reply #17 on: 2010-08-31 17:47:39 »

A great improvement could be if you made the pixels x8 instead of x4 - it is a little too small..

I sticked to 4x, otherwise it would lose a lot of details on the graphics :p



It gets really hard around wave 7 or so with the green fatties and the black blobs/jellybeasts.

By the wave 7 I made it actually impossible to finish it, since there was not much written after that .


Thank you all for the feedback . I have just submitted the final version, and hopefully it is enjoyable now .

Offline Mads

JGO Ninja
***

Posts: 674
Medals: 16


Directly directional


« Reply #18 on: 2010-09-01 06:51:34 »

It seems harder now  Shocked
Only made it wave 4  Tongue still a cool game though

Pages: [1]
  Print  
 
 
Jump to:  

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.079 seconds with 21 queries.