Author Topic: Labyrinth Z  (Read 62302 times)

Offline raft

  • quad
  • ******
  • Posts: 1993
    • View Profile
    • http://www.aptalkarga.com
Re: Labyrinth Z
« Reply #30 on: July 18, 2008, 09:13:00 pm »
i used to use netbeans but knowadays i use eclipse and must admit that eclipse's refactoring is much more stable

Offline fireside

  • double
  • *****
  • Posts: 607
    • View Profile
Re: Labyrinth Z
« Reply #31 on: July 18, 2008, 11:58:17 pm »
I might go back to Eclipse once I learn a little more about setting up projects, etc.   It has so many plugins for different programs.  Netbeans is nice, though.  I remember looking at it a long time ago and it was horribly slow, now it's not bad at all. 
click here->Fireside 7 Games<-

Offline fireside

  • double
  • *****
  • Posts: 607
    • View Profile
Re: Labyrinth Z
« Reply #32 on: July 20, 2008, 03:14:04 pm »
Well, I have a free site now that runs java applets.
http://fireside.myhosting247.com/


The next thing is to start reading up on them and then trying to rework my code using the software rendering for starters.  I'm not going to rename the game, but it will mainly be a jumping game rather than a puzzle game.  I'll probably get a basic game going and then post it there and post incremental updates.
« Last Edit: July 20, 2008, 03:35:51 pm by fireside »
click here->Fireside 7 Games<-

Offline EgonOlsen

  • Administrator
  • quad
  • *****
  • Posts: 12295
    • View Profile
    • http://www.jpct.net
Re: Labyrinth Z
« Reply #33 on: July 20, 2008, 04:49:14 pm »
Remember that you are, unless you are using the new Applet-Plugin available for IE7 and Firefox3 in the Java6u10-pre-release, limited to 64mb of memory for an applet.

Offline fireside

  • double
  • *****
  • Posts: 607
    • View Profile
Re: Labyrinth Z
« Reply #34 on: July 20, 2008, 08:09:52 pm »
I didn't know that, but 64 meg seems like it would be enough.  I guess it will have to be for now anyway. ;D
click here->Fireside 7 Games<-

Offline fireside

  • double
  • *****
  • Posts: 607
    • View Profile
Re: Labyrinth Z
« Reply #35 on: August 01, 2008, 02:18:06 am »
My first hello world applet.
http://fireside.myhosting247.com/

I appreciate everyone's help.  This one loads a 3ds cube rather than creating one so I should be able to get started on Labyrinth Z rewrite.
click here->Fireside 7 Games<-

Offline fireside

  • double
  • *****
  • Posts: 607
    • View Profile
Re: Labyrinth Z
« Reply #36 on: August 03, 2008, 01:50:37 am »
If someone gets a chance to try this, I'd appreciate it.  I had one person tell me it didn't work on his computer, so I compiled back to version 1.2.  It works on my computer.
click here->Fireside 7 Games<-

Offline raft

  • quad
  • ******
  • Posts: 1993
    • View Profile
    • http://www.aptalkarga.com
Re: Labyrinth Z
« Reply #37 on: August 03, 2008, 01:55:03 am »
it does work on my win xp pro and ubuntu 8. both has java 6 installed

Offline EgonOlsen

  • Administrator
  • quad
  • *****
  • Posts: 12295
    • View Profile
    • http://www.jpct.net
Re: Labyrinth Z
« Reply #38 on: August 03, 2008, 08:52:38 am »
Works fine on the EEEPC (some Linux, Java5).

Offline fireside

  • double
  • *****
  • Posts: 607
    • View Profile
Re: Labyrinth Z
« Reply #39 on: August 03, 2008, 02:26:43 pm »
That sounds good enough then.  It must have been too early of a version on his computer.
click here->Fireside 7 Games<-

Offline fireside

  • double
  • *****
  • Posts: 607
    • View Profile
Re: Labyrinth Z
« Reply #40 on: August 07, 2008, 07:37:09 pm »


This is the revamped mouse game.  It has a more horizontal play now.  It's steered by the mouse.  Movement spins the world.  Left click makes him walk.  Right Click makes him coil for a jump.  Right release makes him jump depending on how deep he went into a coil, or squat or whatever.  I have three platform sizes that will be different colors to help recognize how far away they are.  It's pretty hard, so I'll probably have a number of mouse lives in one corner and probably cheese collected in the other corner.  It's reasonably fast on my computer in software so I added an overhead light on the mouse.
click here->Fireside 7 Games<-

Offline EgonOlsen

  • Administrator
  • quad
  • *****
  • Posts: 12295
    • View Profile
    • http://www.jpct.net
Re: Labyrinth Z
« Reply #41 on: August 07, 2008, 10:07:17 pm »
Adding lights isn't that expensive at all. The renderer does a lighting pass anyway. Just the light calculation itself will be slower the more lights there are. But not that much.
Apart from that, i'm glad that you finally managed to do the transition to an applet as you intended. Any chance that we can see a demo version soon?

Offline fireside

  • double
  • *****
  • Posts: 607
    • View Profile
Re: Labyrinth Z
« Reply #42 on: August 07, 2008, 10:15:45 pm »
It shouldn't be too long for the demo.  I just want to iron out the game play a little bit and add a few things.
click here->Fireside 7 Games<-

Offline fireside

  • double
  • *****
  • Posts: 607
    • View Profile
Re: Labyrinth Z
« Reply #43 on: August 10, 2008, 12:05:06 am »
Well, the first level of Labyrinth Z is up on my free site:
http://fireside.myhosting247.com/

Give it a try if you have a little time and let me know what you think. 
click here->Fireside 7 Games<-

Offline EgonOlsen

  • Administrator
  • quad
  • *****
  • Posts: 12295
    • View Profile
    • http://www.jpct.net
Re: Labyrinth Z
« Reply #44 on: August 10, 2008, 03:44:02 pm »
The controls are very...strange IMHO. At least on the laptop's touchpad what i'm currently using. I'll give it a try with the mouse when i'm at home again.