Java-Gaming.org
Play Revenge of the Titans! The situation is critical. We need fancy commanders to defend Earth, the moon, Mars!
Featured games (78)
games approved by the League of Dukes
Games in Showcase (408)
games submitted by our members
Games in WIP (293)
games currently in development
News: Read the Java Gaming Resources, or peek at the official Java tutorials
 
   Home   Help   Search   Login   Register   
  Show Posts
Pages: [1]
1  Game Development / Newbie & Debugging Questions / Moving objects in my game on: 2012-07-08 15:54:12
In my game are ducks. Atm I'm moving them some pixels in every loop. MY problem is, that the ducks are moving faster on new computers, and on old computers they're moving slowly. How could i fix that?

And btw if you see a mistake in my code pls post suggestions

https://github.com/ritonda66/EntenShooter/blob/master/src/org/shooter/gamePanel.java
2  Game Development / Game Mechanics / Re: 2D tiled map on: 2012-04-25 22:13:00
Uhh only call it when setting up the game/level?
Idea how to do it?
and yes i tryed mutliple times but it never worked
3  Game Development / Game Mechanics / Re: 2D tiled map on: 2012-04-25 21:55:48
I added it and i tryed something.
i added a methode that generates a number beetween 1-10. If the number is over 5, then it shows image "Dirt". Its the number is lower then 5, then it shows "air". When i run it it generates each time a new map. How to stop it, that it generates at the start ONE time, and after that it doesnt anymore?
4  Game Development / Game Mechanics / 2D tiled map on: 2012-04-25 21:41:02
How to make that?
Is there a tut about it? if yes please post here the link to it
5  Game Development / Newbie & Debugging Questions / Java game - time on: 2012-02-17 22:06:08
now im using
millis = System.currentTimeMillis() - startTime;
hours = millis / (1000 * 60 * 60);
millis -= hours * (1000 * 60 * 60);
minutes = millis / (1000 * 60);
millis -= minutes * (1000 * 60);
seconds = millis / 1000;
g.drawString("Time: " + hours + ":" + minutes + ":" + seconds, 300, 10);
is there a way to make it stop? for example press pause, the timer freezes, again pause and it works?
6  Game Development / Newbie & Debugging Questions / 3d game tutorials on: 2012-01-23 16:36:40
are there good 3d game tutorials?(for beginners with 3d)
i searched for a while, but i didnt find something good
7  Game Development / Game Play & Game Design / Re: Very slow start up on: 2012-01-22 11:34:23
its faster now
8  Game Development / Game Play & Game Design / Re: Very slow start up on: 2012-01-21 23:21:56
tyvm works now Smiley
9  Game Development / Game Play & Game Design / Very slow start up on: 2012-01-21 21:41:26
my source
https://github.com/ritonda66/shooter/blob/master/src/ch/shooter/gamePanel.java
problem:
when im clicking on the jar. nothing happends for 5-10 secs then it opens. BUT WHY???
Pages: [1]
Play Revenge of the Titans! The situation is critical. We need fancy commanders to defend Earth, the moon, Mars!
 
Browse for soundtracks for your game!

Add your game by posting it in the WIP section,
or publish it in Showcase.

The first screenshot will be displayed as a thumbnail.

The invasion has landed! On Mars! And you're there to beat 'em!
cubemaster21 (133 views)
2013-05-18 03:29:12

alaslipknot (142 views)
2013-05-17 03:24:48

gouessej (171 views)
2013-05-16 06:53:38

gouessej (166 views)
2013-05-16 06:17:58

theagentd (175 views)
2013-05-15 21:01:13

theagentd (160 views)
2013-05-15 21:00:54

StreetDoggy (204 views)
2013-05-14 21:56:26

kutucuk (228 views)
2013-05-12 23:10:36

kutucuk (228 views)
2013-05-12 21:36:09

UnluckyDevil (231 views)
2013-05-12 11:09:57
Complex number cookbook
by Roquen
2013-04-24 18:47:31

2D Dynamic Lighting
by Oskuro
2013-04-17 22:46:12

2D Dynamic Lighting
by Oskuro
2013-04-17 22:45:57

2D Dynamic Lighting
by Oskuro
2013-04-17 22:23:20

Noise (bandpassed white)
by Roquen
2013-04-05 23:36:01

Noise (bandpassed white)
by Roquen
2013-04-03 22:17:38

Java Data structures
by Roquen
2013-03-29 19:21:12

Topic Request
by kutucuk
2013-03-23 03:42:01
Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines | Managed by Enhanced Four Valid XHTML 1.0! Valid CSS!
Page created in 0.059 seconds with 21 queries.