Forum: Game Development Jun 1st, 2009 |
| Replies: 7 Views: 556 Hello,
I've started work on building a 2d tile based platform game, and have just been wondering about how to store/distribute the games levels.
this game allows you to load a 'World' which is... |
Forum: Game Development May 29th, 2009 |
| Replies: 1 Views: 428 Hi Friend,
May be you can try doing a setVisible (false) on the panels that you move to the back and setVisible(true) before you move the one you want to view to the front.
Try if it can solve... |
Forum: Game Development May 18th, 2009 |
| Replies: 1 Views: 427 Hi Friends,
I seem to be having problems with some sprites in my game. The number of them isn't the same from level to level, so I have created an ArrayList of these sprites to get a variable... |
Forum: Game Development Apr 17th, 2009 |
| Replies: 1 Views: 677 Hi friends,
i got one query and would like to share with you, working on a tower defense type game. A while ago I posted asking about maze logic and was kindly directed towards A-star pathfinding.... |
Forum: Game Development Apr 11th, 2009 |
| Replies: 0 Views: 473 Hi Friends,
If We wanted to create a tile editor for my game, and put the editor on a site as an applet,
is there any way to save to created worlds to a file from that applet, i'll give pref.... |