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  
  Never Snuggle With Zombies  (Read 1967 times)
0 Members and 1 Guest are viewing this topic.
Offline Noisefever

JGO n00b
*

Posts: 32



« on: 2011-06-03 07:55:25 »

Hi!

I'm working on a new game and i'd love to get a bit feedback. it is inspired by "pushies". you have to run against hordes of fleeing humans and the zombies that following them. because they want out of the city and you want to go in to... uh... do something, like rescue your cat. or grandma. or girlfriend. whatever Smiley

the game is not finished yet, and if you have ideas... i'll consider them Wink



play or download it here: http://www.noizefever.de/?page_id=271

regards & thank you for testing, noisefever
Offline kevglass
« League of Dukes »

JGO Kernel
*****

Posts: 5214
Medals: 49


Mentally unstable, best avoided.


« Reply #1 on: 2011-06-03 08:54:12 »

I got one of these:

1  
2  
3  
4  
5  
6  
7  
8  
9  
10  
11  
12  
13  
14  
15  
16  
17  
18  
19  
20  
21  
22  
23  
24  
25  
26  
27  
28  
29  
30  
31  
32  
33  
Exception in thread "AWT-EventQueue-2" java.lang.NullPointerException
   at zombietown.Online.paint(Online.java:46)
   at sun.awt.RepaintArea.paintComponent(RepaintArea.java:248)
   at sun.awt.X11.XRepaintArea.paintComponent(XRepaintArea.java:56)
   at sun.awt.RepaintArea.paint(RepaintArea.java:224)
   at sun.awt.X11.XComponentPeer.handleEvent(XComponentPeer.java:695)
   at java.awt.Component.dispatchEventImpl(Component.java:4728)
   at java.awt.Container.dispatchEventImpl(Container.java:2099)
   at java.awt.Component.dispatchEvent(Component.java:4482)
   at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:644)
   at java.awt.EventQueue.access$000(EventQueue.java:85)
   at java.awt.EventQueue$1.run(EventQueue.java:603)
   at java.awt.EventQueue$1.run(EventQueue.java:601)
   at java.security.AccessController.doPrivileged(Native Method)
   at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
   at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:98)
   at java.awt.EventQueue$2.run(EventQueue.java:617)
   at java.awt.EventQueue$2.run(EventQueue.java:615)
   at java.security.AccessController.doPrivileged(Native Method)
   at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
   at java.awt.EventQueue.dispatchEvent(EventQueue.java:614)
   at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
   at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
   at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
   at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
   at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
   at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)
Java Version: 1.6.0_24
Need: 1.5.0
System: Linux
load GfxFont: main
load GfxFont: small
load Soundbank: fx.sbk


However, it did eventually start!

Pros:

- Really nice style
- Very polished
- Brutally unfair, I love this
- Nice simple but fun idea.

Cons:

- Sound didn't work here on linux
- Slow/Large download
- Controls don't leave you feeling in control - feel like you lose because it doesn't respond.

Kev

PS. The zombies don't look like zombies, but thats cool Smiley

Offline Noisefever

JGO n00b
*

Posts: 32



« Reply #2 on: 2011-06-03 09:23:33 »

thank you for your nice feedback!
the error is probably the attempt to save which is not allowed for an applet. i look into this and suppress this message. or do you know a way to save for an applet?

- Sound didn't work here on linux
- Slow/Large download
- Controls don't leave you feeling in control - feel like you lose because it doesn't respond.

Kev

PS. The zombies don't look like zombies, but thats cool Smiley

i will take a look into the sound for linux, at the moment i have no clue why that shouldn't work (because an earlier version did). or is that only in browser?
the download size will shrink for the final browser version (at least in my plans Wink )
controls: must be a linux thing too. is it more like reacting too slow or like disappearing key hits?

about the zombies.... yes... uh... i'm not good at graphics Wink i'll try to improve that
Games published by our own members! Go get 'em!
Offline Riven
« League of Dukes »

JGO Kernel
*****

Posts: 5870
Medals: 255


Hand over your head.


« Reply #3 on: 2011-06-03 09:53:18 »

After the progressbar reached 100%, I got this:

1  
2  
3  
4  
5  
6  
7  
8  
9  
java.security.AccessControlException: access denied (java.lang.RuntimePermission preferences)
   at java.security.AccessControlContext.checkPermission(Unknown Source)
   at java.security.AccessController.checkPermission(Unknown Source)
   at java.lang.SecurityManager.checkPermission(Unknown Source)
   at java.util.prefs.Preferences.userRoot(Unknown Source)
   at zombietown.Setup.savePrefs(Setup.java:42)
   at zombietown.Game.showTitle(Game.java:272)
   at zombietown.Game$1.run(Game.java:335)
   at java.lang.Thread.run(Unknown Source)


This is the problem you mention of no permission to save. Kevglass's stracktrace is probably something different.

Hi, appreciate more people! Σ ♥ = ¾

Learn how to award medals... and work your way up the social rankings
Offline pitbuller

Sr. Member
**

Posts: 340
Medals: 9



« Reply #4 on: 2011-06-03 11:26:46 »

You need to add torch to player hand. Dynamic lights are nice but if there is no light source there is no point with them.
I would prefer pistol at start or maybe little earlier. I almoust quited before I get my first gun. Game looks and run smooth. I liked.

Offline pjt33

JGO Strike Force
***

Posts: 913
Medals: 17



« Reply #5 on: 2011-06-03 19:22:12 »

Sound works more-or-less ok for me in Linux, but note that I'm playing the downloaded version rather than the applet version. I say "more-or-less" because when I completed the first level it hit what appears to be a bug in Sun's native code which caused a core dump (meowengine.soundsystem.SoundThread.rawplay() calling into com.sun.media.sound.MixerSourceLine.drain()).

Why should I collect money? Answer: there's a shop, but I have to go looking for it - I only found it after writing the first draft of this comment. It would be nice to be taken there automatically after viewing my score.

The guns seem to shoot to my side. While that's realistic, it's unexpected and makes it easy to miss the first few shots.

The score counter at the end is sloooow. I favour using an S-shaped curve and adjusting so that totalling each individual item doesn't take more than a fixed, very short, time. 5 seconds on the first thing in the list is too much.

Achievements has 3 'e's.

When I don't have a gun it would be nice to be able to punch the idiot who won't get out of my way. I'm fine with it taking three or even five punches to knock him down.
Offline jojoh

JGO Ninja
***

Posts: 554
Medals: 6


games4j.com


« Reply #6 on: 2011-06-03 22:43:04 »

Nice game and a complete feel if even in a "flash-style" way. I feel it is a bit wrong to be allowed to shoot scared people (girls from the sound of it). Navigating people only level was done by moving forward and zig-zag, so that was not so interesting gameplay. Much more fun with the mixed zombies and humans. Never managed to kill the boss. Spice it up a bit more and it will be quite nice!

Offline Noisefever

JGO n00b
*

Posts: 32



« Reply #7 on: 2011-06-05 03:18:59 »

This is the problem you mention of no permission to save. Kevglass's stracktrace is probably something different.

okay, damn. i'll check!

I would prefer pistol at start or maybe little earlier. I almoust quited before I get my first gun.

i'll think about that. even if the weapon thing is intentionally rarely you might be right at this point. to show that you able to fight back and not only play as a victim Smiley

Why should I collect money? Answer: there's a shop, but I have to go looking for it - I only found it after writing the first draft of this comment. It would be nice to be taken there automatically after viewing my score.

The guns seem to shoot to my side. While that's realistic, it's unexpected and makes it easy to miss the first few shots.

The score counter at the end is sloooow. I favour using an S-shaped curve and adjusting so that totalling each individual item doesn't take more than a fixed, very short, time. 5 seconds on the first thing in the list is too much.

Achievements has 3 'e's.

When I don't have a gun it would be nice to be able to punch the idiot who won't get out of my way. I'm fine with it taking three or even five punches to knock him down.

that's all very good points. noted Smiley (however the gun covers your whole vertical size but hits of course only once if i made no mistake). i especially like the punch idea. i fear that it could make the game too easy, but i'll try out.

I feel it is a bit wrong to be allowed to shoot scared people (girls from the sound of it).

i feel that not Wink you will be punished for that by losing score. i think that's enough.
(btw: the girls are only shouting louder Wink )

thank you all for your comments!
Offline Noisefever

JGO n00b
*

Posts: 32



« Reply #8 on: 2011-11-15 05:56:02 »

I declare this game as finished Smiley
I've not implemented all ideas, but I had to come to an end. If you like it, please be so kind and vote at the bottom of the game page. And feel free to spread the word Wink

Thank you for testing and playing!

regards, noise
Offline Noisefever

JGO n00b
*

Posts: 32



« Reply #9 on: 2011-12-01 08:23:53 »

btw: any chance getting featured?  Grin
Games published by our own members! Go get 'em!
Offline delt0r

Sr. Member
**

Posts: 412
Medals: 12


Computers can do that?


« Reply #10 on: 2011-12-01 09:51:21 »

Your web site crashes my Firefox every time.

I have no special talents. I am only passionately curious.--Albert Einstein
Offline gouessej

JGO Kernel
*****

Posts: 3560
Medals: 30


TUER


« Reply #11 on: 2011-12-01 10:13:49 »

Hi

Please port it to JOGL 2.0 and maybe add a Java Web Start link. If you need some help to write a JNLP file, let me know.

Julien Gouesse
Offline Noisefever

JGO n00b
*

Posts: 32



« Reply #12 on: 2011-12-01 10:38:08 »

Your web site crashes my Firefox every time.

thats the first time I heard that. can you please give me your firefox and java version?
Offline Noisefever

JGO n00b
*

Posts: 32



« Reply #13 on: 2011-12-01 10:40:10 »

Hi

Please port it to JOGL 2.0 and maybe add a Java Web Start link. If you need some help to write a JNLP file, let me know.

why JNLP when applet and download is available!?
and why JOGL 2.0? are there any problems with this version?
Offline delt0r

Sr. Member
**

Posts: 412
Medals: 12


Computers can do that?


« Reply #14 on: 2011-12-01 10:50:48 »

Firefox 4.0, on a work machine...so i can't change it. Java 1.7 but its not even getting to the java....

I have no special talents. I am only passionately curious.--Albert Einstein
Offline Noisefever

JGO n00b
*

Posts: 32



« Reply #15 on: 2012-03-20 04:29:41 »

Help please!

Since I made an update the applet requests authorization. I have no clue why! I only made little changes aside from moving from netbeans to eclipse. But it couldn't be the change of the ide, could it!?
Offline Swattkidd7

Full Member
**

Posts: 203



« Reply #16 on: 2012-03-20 04:49:57 »

Aside from the hiccups of getting it started the game is actually presented really well! Someone up there said "even if its flash style" but thats actually a good thing compared to most java games, good job!
Offline Noisefever

JGO n00b
*

Posts: 32



« Reply #17 on: 2012-03-21 08:09:41 »

thank you!

I have managed to sign my applet and now there is only one security request. but without a request it would be better of course Wink I have the ImageIO.read in suspicion. but I use it not with the file parameter. I use it with InputStream. that should ok I think? any thoughts from the applet masters?
Offline ra4king

JGO Kernel
*****

Posts: 3158
Medals: 196


I'm the King!


« Reply #18 on: 2012-03-21 11:52:17 »

If you load files from the same directory or the same jar file as the Applet, then you should be using getClass().getClassLoader().getResourceAsStream(String) where the string is relative to the root of the application.

Offline Noisefever

JGO n00b
*

Posts: 32



« Reply #19 on: 2012-03-22 14:50:31 »

oh, I didn't know that getResourceAsStream loads from the directory too. I thought that will load only from jar. I'll try that! thanx!
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.173 seconds with 21 queries.