DEEPER -Lander type game-

http://www.lagence3d.com/~lunarcaves/deeper_small.png

Hi all,

We’ve been working on and off for 2 years now, to make a 2D engine for our Lander remake.
We used LWJGL and OpenGL

You can now download a demo, GFX are temporary.

For Windows
http://www.angelikgames.com

Any feed back is most welcome
Thanks

Wow. Looks very well polished. Is there a playable demo?

Very soon… Thanks for your comments…

It looks very pretty! I don’t know if you have implemented a (however simple) particle engine but from the video I don’t think you have. I highly suggest you do that as it adds a lot to the feeling of the game. Imagine having some nice white to blue or white to orange particles as the ship’s jet instead of an animation! It would be very cool. You could also do a simple blend function using glBlendMode (I think that’s the name) instead of implementing color changing. Maybe add some ambient particles as well and you have yourself a VERY beautiful game. I also really like like the way the ship rotates :). Overall very nice job on the game, looking forward to seeing a demo!

Edit: I love the textures, maybe use a shader to make the “seaweed” move/jiggle around a bit? Check this out:

Thanks, you’re right, we should implement un particle engine, and we probably will.
For now we must concentrate on level design& gameplay and come back later to the graphics.

Hello again,

A small video to illustrate the collision system I use.
Every ‘Tile’ has a polyline described using an external software. This polyline is the collision.

When the ship or laser gets close enough, the points of the polyline in the defined range are connected.
Then a simple line intersection formula dectects the collision.

iL3DjVNT7qc

Hello Again,

The game is still under heavy development. I changed the ortographic projection for a real perspective. The result is much better.
I now use per pixel light with a Shader
A playable demo is coming up soon

Here’s a few videos

0z9NWuUDUxA

tQ_AG_yXLlE

Thanks for watching

Its got great style, and the lighting really gives a creepy “deep” kind of effect. Good work!

You can now download a demo

For Windows
http://www.angelikgames.com

Any feed back is most welcome
Thanks

Offtopic: if you can, I suggest you host your screenshots and downloads on another site. Google Chrome reports the domain ‘labarette.free.fr’ as containing malware.

Thanks ra4king, I hadn’t realized, I just moved it to a new server…