Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
6answers
591 views

Could you please provide me with comments on a Java game of mine?

I have marked this question as community wiki, so no rep points are thrown around. I made this game, Forest Defender, a proof-of-feasibility little project, which I would like to share with you and ...
2
votes
1answer
232 views

Java + Eclipse + Pulpcore

I've never programmed in java or eclipse before, although I have used c# and visual studio. I'm trying to get started with java development, and develop 2d games, but I can't get the project to run. ...
1
vote
1answer
68 views

Pulpcore and Javascript to Java Applet communication

I have a problem using Pulpcore Java framework. I tried to call Java function from JavaScript on the page with applet. The applet is correctly embedded on the page (pulpcore generated the code). The ...
1
vote
5answers
701 views

Java File and ByteArray or InputStream - please quick help

I want to use jFuge to play some MIDI music in an applet. There's a class for the MIDI pattern - Pattern - and the only method to load the pattern is from a File. Now, I don't know how applets load ...
0
votes
0answers
24 views

How is Pulpcore tied to underlying Java GUI?

Looking at the javadoc it's not clear to me - surely Pulpcore requires a [J]Frame or similar to act as the window on which to draw? But looking into the source I can't find this happening, or an API ...
0
votes
1answer
54 views

Java - Statements / Conversions | Pulpcore

[please note this may require AS3 + Java knowledge] Background Information: I'm trying to build a game using Java + Pulpcore, but I'm fairly new to the scene. The game I'm building could possibly ...
0
votes
3answers
336 views

PulpCore music playback - loop sound and animate volume

I have been experimenting with PulpCore, trying to create my own tower defence game (not-playable yet), and I am enjoying it very much I ran into a problem that I can't quite figure out. I extended ...