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 (406)
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 / Game Play & Game Design / AI Implementation question on: 2005-03-02 19:33:35
I'm just starting on adding AI to a side scroller beat-em-up game.  I've found tons of AI resources on puzzle games and first-person shooter games, but haven't found much on the side scroller fighting type games.  Has anyone on here had more success with one approach over another (i.e.  FSM, FuSM, Messaging, etc.) with this type of game?  I'd just like to get some feedback before I go full into it.  Right now I'm leaning towards a probabilistic FSM approach since the states seem to transition between each other pretty well and probabilities would help cut down repetitive behaviours.
2  Games Center / Showcase / Re: A very premature posting of my game on: 2005-02-10 22:13:51
Quote
umm, java2D? I'm assuming the contents of those screenshots weren't created by software rendering, but then again I guess I havn't seen a framerate... Can you give more information on how your doing the rendering, or is it not actually 3D?


There's no 3D in the game.  The backgrounds are just 256x256 jpeg tile maps...the characters/projectiles are .png images.  I just use 3ds max to make the tiles and sprites.  I don't know exact framerates yet...it runs pretty smooth walking around, but slows down a bit with projectiles...so I probably will have to dumb down the graphics a little (or figure out why my resource management's slowing down the framerate.)  This is still a long ways away from being a full game though.  I just thought I'd share what I was working on.
3  Games Center / Showcase / Re: A very premature posting of my game on: 2005-02-10 19:05:33
Quote
really nice screenshots! Wink What API  are u using? What program did you use for the 3D models? They are very nice!


Thanks for the feedback.  So far I've only been using Java2D...Xalan/Xerces for XML (which I might drop cause the game is not going to be all that massive and it seems overkill).  I've been using 3dsMax/CStudio for all my modeling/animation, then rendering tiles and sprites.
4  Games Center / Showcase / A very premature posting of my game on: 2005-02-10 15:41:05
This is really quite a ways away from being playable (or fun to play anyways), but I just wanted to share some screen shots of what I'm working on...so when I ask silly questions you'll know I'm the dork working on the guitarist game.  I haven't posted much, but I read these forums pretty religiously and have gotten so much help out of them...thank you guys.  I haven't touched the code in a few months now Sad because I've been working on graphics too much.  So far I only have two characters and two levels...you can walk around, jump, and attack thin air.





Who knows, maybe in a year or so I'll be able to post a webstart link.  In all seriousness though, thanks to the guys on here that take their time to answer everyone's questions!
5  Java Game APIs & Engines / Java 2D / Re: faster graphics implementation? on: 2005-01-24 17:08:38
Well, I suppose I need to re-work my resource manager and do some profiling tests.  Does anyone know about performance issues between having the main class grab the graphics from the other classes and doing all the drawing as opposed to passing the Graphics2D to each class to perform it's own drawing?  I guess I could try both and profile that as well, but I wanted to get some feedback to see what you guys have had the most luck with.  I'm using straight Java2D...sorry Cas, no LWJGL, even though I probably should be using it.

Devon.
6  Java Game APIs & Engines / Java 2D / faster graphics implementation? on: 2005-01-21 21:13:41
Hello everyone.  I've been following these boards for a long time now, but this is my first post.  I'm working on a side-scroller ala Double Dragon / Bad Dudes type and I owe a lot of my solutions to searching the great advice on this board.

Currently, I'm using a method to update graphics and having each class drawing it's own graphics (i.e. map class, character class, resources class), which works pretty well...but not great.  I was wondering if it's faster to do it this way or to have one class grab the images from the other classes and perform all the rendering itself?

Another problem I'm having is the frame rate is fine walking around a level, jumping etc...but comes to a crashing hault when I fire a projectile.  The projectiles are stored in a linked list and a location check is done on each update to remove them from the list once they've left the screen.  Is a location check too much on each update, or is a linked list slow on drawing?

Any advice would be greatly appreciated.  Thanks for the help.

Devon.
Pages: [1]
Play Revenge of the Titans! The situation is critical. We need fancy commanders to defend Earth, the moon, Mars!
 
Try the Free Demo of Revenge of the Titans

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 (76 views)
2013-05-17 21:29:12

alaslipknot (89 views)
2013-05-16 21:24:48

gouessej (119 views)
2013-05-16 00:53:38

gouessej (113 views)
2013-05-16 00:17:58

theagentd (125 views)
2013-05-15 15:01:13

theagentd (112 views)
2013-05-15 15:00:54

StreetDoggy (156 views)
2013-05-14 15:56:26

kutucuk (178 views)
2013-05-12 17:10:36

kutucuk (178 views)
2013-05-12 15:36:09

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

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

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

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

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

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

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

Topic Request
by kutucuk
2013-03-22 21: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.217 seconds with 21 queries.