Gold auto generation

390 byte By royzoa at 2007-10-3 1:14:48
Hi all,Currently i am buliding a Java MPOG War games. This game is a real-time based games. But i am facing difficulty in auto-gold generation part.Can someone enlighten me?My requirement is to add 500gold for every 30mins stay login in the games....i tried many ways but it seem not able to ...

duplicating images

527 byte By ptom98a at 2007-10-3 1:24:06
ive a question that i feel a bit silly asking cos i know i should know how to do it.is there an easy way of duplicating an Image that has been loading from my web server?Im guessing i can't use some thing like ;Image newImage=oldImage;although i havejt tested it yet i think it would try and ...

Java Gran Prix available?

108 byte By gameDevBobEa at 2007-10-3 1:31:10
Anyone know if Java Gran Prix is available to us? If so, how do we access it?Thanks,Bob

paint map areas of real map and make distinction

443 byte By Coenosiaa at 2007-10-3 1:36:13
Hi,I want to make an area of a map from a JPG (see url for example): http://www.meccg.net/netherlands/meccg/downloads/promomap.jpgNow, I want the application I am building to be able to unravel in regions and break down the map regions into separate parts.The application needs to know when the ...

Enemy Behaviour

6818 byte By Dash161a at 2007-10-3 1:37:53
I am currently programming a 2D platform game (like super mario bros). But i am having problems with the enemies. So far i have been able to put an enemy in the game but i can't get it to move.Enemy classpublic class Enemy extends GameComponet //class attributes{private final int walk_x_speed ...

puyo puyo game

172 byte By himacherlaa at 2007-10-3 1:46:41
hi this is murali krishna. I want source code for the puyo puyo game in java . I want to submitt as an assignment. please send me the code as soon as possible

Glass Pane on only one section of my frame

2834 byte By new_at_thisa at 2007-10-3 2:01:58
Hello!I would like to have some help please.I have a JFrame with two panels and a menuBar:edgJFramecenterPanelleftPanelupperMenuBari created a class for my glass pane, like this:import java.awt.Color;import java.awt.Graphics;import java.awt.event.MouseEvent;import ...

slot game

5955 byte By Dr_Spuda at 2007-10-3 2:06:01
I'm making a vegas game as my first attempt at game programming in java. I've posted some of the questions that I have come across on other boards but I think that you all would be able to help me a bit more. The problem that I am having is with one of my slot machines. First I need to put ...

Rotate Image Around A Fixed Point

1224 byte By hasman001a at 2007-10-3 2:06:21
Hi everyone,I've made a tank sprite, which is composed of a tank body and a tank turret. The problem I have is in getting the turret to rotate on a fixed point on top of the tank body. At the moment, when the turret rotates, it describes a small circle over the body of the tank instead of ...

java sound in stereo

166 byte By blowa at 2007-10-3 2:22:29
Hi all, its possible sound a file whit differente intensity for channel left and right?I need this to know where a player fire in a 2D game.Thank

frames animation

466 byte By blowa at 2007-10-3 2:39:31
Hi all, i have to make an animation, for my game.I have an array of image,and i set the frame that have to draw in gameLoop, so if i press "D" my boy run right and the frame count was incremented.The problem is the animation is too slow becouse the time of gameLoop is 30msec and the animation ...

load big big image...

345 byte By blowa at 2007-10-3 2:46:40
Hi all, i have to write a game like worms, but not turned based.My problem is load maps. A map is a big gif or png image (4000x3000) pixel and when i try to load it i have a out of memory error...What can i do?The maps have to move very smooty and fast so i cant load image form file in ...

Can only see my java applets on my website on my own pc not my brothers

1179 byte By Thornbladea at 2007-10-3 2:52:01
Hi im hosting on my website on an apache server , the applets load fine on my computer , but not on my brothers or anybody else i think.They say like applet loading failed, also applet notinited , ive checked and hes got the right JREs and plugins.All the other functions work eg music and ...

GameBoy Advance Emulator

324 byte By remonvva at 2007-10-3 2:58:21
Hey guys,For those interested, i made a GBA emulator in pure Java 4 years ago and recently found the source. I figured maybe some people would be interested in that so i opened up the source, have a look here ...

Reading a fle format thats part ascii and part binary

1542 byte By Discordiaa at 2007-10-3 3:00:37
Hey I'm trying to write a importer for the PLY filke format. That file format starts of with a header in ascii and then continues with either the data in ascii or in binary. When the data is in ascii I have no problem reading the file but when the data is in binary I'm noth quite sure how I ...

bad effect when draw object moving fast

2212 byte By blowa at 2007-10-3 3:02:19
Hi, i have a shooter game where a gun can shoot a bullet.This bullet run fast so i move it whit X+=dx (dx is distance in pixel)When the bullet run too fast i ahve a bad effect, ot smootly.How i can resolve?Now my code is frame based i think, i use this:delay =30;Timer timer=new Timer(delay, new ...

how to make a website

329 byte By me_srinivasa at 2007-10-3 3:04:37
Hi experts,Please execuse me,if i have placed this in wrong category!I have devepoed a game and it is working fine.my doubt is how can i make it as a website;Basically ,i want to know how to publish our projects in a website for the cost of freeReply me ...

Path finding based on an image

427 byte By qmanqmana at 2007-10-3 3:07:55
I know its possible to create a path finding algorithm based on an image... That is, if the color map is blue then there is water, if it is brown then there is land. So detection of land and water is not the problem.What I want to know is, is there an easy way to set up a path finder aside ...

Creating short animations?

1091 byte By mlopresa at 2007-10-3 3:08:38
Im working on a 2d rpg game that follows the basic game loop idea below:void gameLoop(){while(player.alive()){ updateWorld() paintWorld()sleep(30);}}So anyway, my question is this, what is the best way for implementing short animation. Basically when the player attacks another entity or ...

Where to find People to Join Game Project?

518 byte By TuringPesta at 2007-10-3 3:12:37
Where is a good place to go to solicit for people to help with a small free game project? I want to do a simple game and im mostly wondering howto meet amateur gamers that do artwork for games? I know about Sourceforge but since there are 100s (or 1000s?)of projects (not always gaming) it seems ...

A New 3d Modelling Tool

299 byte By ModelSmitha at 2007-10-3 3:21:33
Hi everyone,I'm currently building a 3d modelling tool using Java3D and was hoping to get some feedback from end-users.Feel free to check out some screenshots on my site, there's a free demo for version v2.5 and version v2.4 is free to download at

Read an image from file whitout store it

408 byte By blowa at 2007-10-3 3:26:34
Hi all, is possible read an image for make a tile map based in it, but whitout save the image into a bufferedImage?My problem is that this image is very large, so if i save its it take a very big portion of my ram...I know that i can save it and after i can flush data...but if there is any way ...

Javagaming.org

73 byte By MickeyBa at 2007-10-3 3:37:40
I may have missed it, but anyone heard when they might be back up?

FPS decrease after start...

189 byte By blowa at 2007-10-3 3:46:41
Hi, in my arcade game when it start i have 200 fps, but after a time my fps decrease at 40-50 fps, Which can be the causes?JVM memory usage?My accelerated image become unaccelerated?

Need help on a game tat am making...its called "FreeFall"

989 byte By MyJavaStorya at 2007-10-3 3:53:53
Hello all u creative ppl out there! Am makin this game n i ve come across a few probs. Am a rookie in this field....well the game is simple n has to do with a free falling ball. u see the ball dynamics is similar to a free falling body.....in the program i have written.....the ball falls under ...

OpenGL Distilled

129 byte By TimRyanNZa at 2007-10-3 3:55:20
Anyone read OpenGL Distilled? Would it be helpful to a beginner in OpenGL that wanted to use Java?Thanks,Tim

Which is the Affordable Java Web Hosting Services?

459 byte By niteenhatlea at 2007-10-3 5:07:43
Hi,I am Indie Game Developer and have just developed my first game. It is in Java and is a client - server based game.I need to buy a good but affordable Java Web Hosting Plan but I could not find much to my liking. I don't need too much space (like 5GB), a couple of hundred MB's would be ...

I want to create a mirror image

1492 byte By Mesinaa at 2007-10-3 5:11:53
Hi, I want to create a mirror image effect: when the character is moving left it face left, when is moving right it face right.The character can move also up and down, but I want only this kind of effect: left and right.So, if my character have face left and it move up/down, it continues with ...

More VolatileImage trouble - unpredictable behavior

1861 byte By Bakemono_Samaa at 2007-10-3 5:35:32
trust me, i have been reading most of the topics with problems like this. Chances are im not understanding the concept behind VolatileImages, so any help wil be apreciated.im studying game development with java, and came up to 2D graphics. I have a small library, consisting basicly of 3 ...

How to display image in java console

331 byte By ggopia at 2007-10-3 5:35:36
Hi,I am new to this java game development. Now I am trouble to do the one game project. I have totally four simley face. Each simley face can having one seprate image file. I want to display that images in my java console. So can anyone help me please..........Message was edited by: ...

porting problem in SonyK750

440 byte By svbba at 2007-10-3 5:35:57
Hi all,I am working on porting for SonyK750. In this, If I will try to connect the remote server, I got the error"Warning: To avoid potential deadlock, operations that may block, such as networking, should be performed in a different thread than the commandAction() handler."and I can't to move ...

Att. Sun: www.javagaming.org: registration doesn't work

105 byte By MortenHjerlHansena at 2007-10-3 5:41:27
Please correct this. The registration service at javagaming.org doesn't send the activation mail.

hiii - urgent

814 byte By ramnath_pa at 2007-10-3 5:42:38
Plese send me the javaconsole code for this gameRULES OF GAME:* Spheres come down from the top of the game board in pairs. A player can rotate them on their way down.* Spheres come in 4 different colors: red, blue, green, and yellow* Linking four spheres of the same color (horizontally, ...

adjusting images to monitor size

855 byte By Dr_Spuda at 2007-10-3 5:56:12
hey e1, I'm in the process of writing my first game so Im just learning the majority of the algorithms associated with games. When I started this game it was strictly for my computer (1280 x 800 monitor size) so I drew all the images to fill my monitor and usedframe.setExtendedState ...

drawing image on frame..

273 byte By abhaykumara at 2007-10-3 6:08:41
hi frens..Is there way of drawing an image on Frame without erasing previous image. Each time the repaint() is called for drawing new image on frame using Graphics object, repaint() just clears the previous images , but i want previous image to be sustained .

Anyone want to help me out?

568 byte By game_virgina at 2007-10-3 6:21:05
Hi All,Dunno if im in the right place for this, but I need a favour from any kind soul out there...Im doing my university dissertation; the topic is to build a 2D game engine, in Java, for board games. So if there are any game developers out there, who have an interest in building a board game, ...

Is Java a Serious Game development platform - Except for Mobile Gaming

377 byte By DANa at 2007-10-3 6:22:15
I would like to know whether Java can be considered a serious gaming platform. When I say gaming I am basically talking about 3d Games. I know that Java3D is maturing and picking up fast, but Is it mature enough for real PC gaming? and are companies taking it up for game ...

Accessing Pictures from JApplet through JPanel

596 byte By Aakash.Polraa at 2007-10-3 6:28:00
Hi there!First of all, Thanks for giving time to read me!I made a game, which is in JPanel. It accesses some images from the file (JPEGs and GIFs) from local disk.Now, If I put that JPanel in an Applet (or JApplet), I am getting security errors of can't access files.I have used URLs in ...

tic-tac-toe multithreaded server game

294 byte By vamshijupallya at 2007-10-3 6:46:58
i have written the code for tic-tac-toe game partially.i am stuck at writing the code for "who is the winner"? and adding a button to start the new game ?please help me out to write the remaining?iam unable to attach the code now;Message was edited by: vamshijupally

Help with making an online game on website

528 byte By Nunez1212a at 2007-10-3 6:47:31
I have some questions that I can never get anyone to really answer for me. 1. How do you make a game where others can play, like an mmo. Do you need a network, if so how do I do that?2. How do I make graphics in an application?3. I know basic Java but I just dont really understand how to get ...

Game Sprites

233 byte By vlatkovr82a at 2007-10-3 7:35:57
Hi,does anyone know where a can find sprites for the game i'm developing. For example i need a soldier that is walking, shooting. Then i need a sprite of a catapult, an archer and so on. Where can i find these? Thanks!

pyou pyou game

114 byte By santanua at 2007-10-3 7:43:29
if you have the code then mail me the entire code to the following mail idsantanu.tripathy@gmail.com

pyou pyou game

114 byte By santanua at 2007-10-3 7:43:31
if you have the code then mail me the entire code to the following mail idsantanu.tripathy@gmail.com

Creating the 2d Java tank game

268 byte By fergboba at 2007-10-3 7:47:51
public class MicroTankCanvasextends Canvasimplents Runnable {public void run( ) {while (true) {\\Update the game state. repaint ( );public void paint(Graphics g)Is this a good code to create the tank game?

Java Game Library wishlist...

900 byte By harvey_pekara at 2007-10-3 7:49:58
Hey everyone.I'm a student from Europe, and I'm working on a java project with two others. We are building a java game library(obviously :)). We want to make it as modular and extensible as possible. At the moment we're just fleshing out the whole thing, and that's why I'm asking you to ...

Determining angle between current and last position; 2D

678 byte By SFLa at 2007-10-3 8:24:18
Hi,I have a player on a JPanel from a bird's eye view. I have to determine the angle (0 - 360) of the player's move: 0 or 360 | | | |270--Player--90 | | | |180The top of the JPanel corresponds to 0 or 360 degree, the right side to 90 degree etc.I have to determine the angle between the ...

FreeOnlineGames

7442 byte By jingf78@126.coma at 2007-10-3 8:42:05
[img] http://bbs.366tian.net/attachments/day_051014/20043146425229120_xE3tDfHQWnhu.gif[/img] [size=3][color=red] Spooky Hoops [/color][/size]Introduction:Pick up all the pumpkins to gain some energy and then run into the basket zone to score a basket. Use ARROW KEYS to move and hit SPACEBAR ro ...

2d spaceshooter help needed

688 byte By Astrofa at 2007-10-3 8:54:04
I've been trying to work on a 2d spaceshooter, but i'm having some problems. i've been wanting to make a semi-follow shot (for an enemy) so when it shoots it goes in the general direction of me. How would i go about doing this? i've found the center point of the player and the enemy, then i ...

Java Code for PUYO_PUYO Game

174 byte By saurabh_hclinfoa at 2007-10-3 9:36:04
hi all,I am in urgent need of java code of puyo_puyo.send me at :- gsingh_icis@rediffmail.comif somebody is having.... Thanks in advance...

transparent png and Graphics.drawImage method

1149 byte By luisofta at 2007-10-3 10:00:40
Hi,I have a transparent PNG (640x320) file holding all tiles used in my game (each tile is 32x32 and has an id based on the position in the big PNG file.I load this image into a Image object and then use the following method to draw individual tiles:public abstract boolean drawImage(Image img, ...