SpuTTer Posted on: Nov 24th, 2003, 10:43pm What technologies are you using to create this?
Just java2d full screen with a double buffer, NIO and java sound. All the tools used to build the game are also in java.
nonnus29 Posted on: Nov 24th, 2003, 10:43pm
flickering cursor, and pathfinding. Are you using A* or depth first, breadth first etc? Or something else?
Oh yeah, how did you do the gui? Did you use javas drag n drop or did you roll your own? Did you overide button or extend component?
The flickering cursor is cause by your graphics drivers(I think :-/) as i have the same problem on an older machine here. I just use the java setcursor standard calls. I might change it to a sprite and hide the cursor.
The pathfinding is A* that uses point collision as the collision is drawn on the map by using straight lines at any angle and circles.
All the components you see are roll your own.
All The Best,
Paul