teletubo
|
 |
«
Posted
2010-05-18 05: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
|
|
|
|
fruitmaze
|
 |
«
Reply #1 - Posted
2010-05-18 15: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?
|
|
|
|
|
Wyrframe
Senior Newbie 
|
 |
«
Reply #2 - Posted
2010-05-18 17: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! Check 'em out!
|
|
ShannonSmith
|
 |
«
Reply #3 - Posted
2010-05-18 18: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.
|
|
|
|
|
dishmoth
|
 |
«
Reply #4 - Posted
2010-05-18 20: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
|
|
|
|
teletubo
|
 |
«
Reply #5 - Posted
2010-05-24 03: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 !
|
|
|
|
appel
|
 |
«
Reply #6 - Posted
2010-05-24 04:17:52 » |
|
Very nice 
|
|
|
|
zammbi
|
 |
«
Reply #7 - Posted
2010-05-24 23:41:25 » |
|
Great game but it started lagging hard on wave 7. Using 600 megs of ram, 100% cpu and sound issues.
|
|
|
|
teletubo
|
 |
«
Reply #8 - Posted
2010-05-25 17: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 .
|
|
|
|
me
Senior Member    Projects: 4
Java games rock!
|
 |
«
Reply #9 - Posted
2010-05-26 11: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! Check 'em out!
|
|
zammbi
|
 |
«
Reply #10 - Posted
2010-05-26 12: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. 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)
|
|
|
|
teletubo
|
 |
«
Reply #11 - Posted
2010-05-29 18: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 !
|
|
|
|
zammbi
|
 |
«
Reply #12 - Posted
2010-05-30 08:13:51 » |
|
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: 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
|
|
|
|
dishmoth
|
 |
«
Reply #13 - Posted
2010-05-30 12:59:56 » |
|
2 months to go now !
Three months (Jun, Jul, Aug). Contest ends at midnight (GMT) 31 August 2010
|
|
|
|
bobjob
|
 |
«
Reply #14 - Posted
2010-07-04 23: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)
|
|
|
|
Sardtok
Senior Newbie 
|
 |
«
Reply #15 - Posted
2010-07-07 00: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.
|
|
|
|
|
Mads
|
 |
«
Reply #16 - Posted
2010-08-28 22:14:00 » |
|
Really cool game - played it atot of times  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..
|
|
|
|
teletubo
|
 |
«
Reply #17 - Posted
2010-08-31 23: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 .
|
|
|
|
Mads
|
 |
«
Reply #18 - Posted
2010-09-01 12:51:34 » |
|
It seems harder now  Only made it wave 4  still a cool game though
|
|
|
|
|