Exp3D

Exp3D
(Android / Browser)
www.breakingbyte.com/exp3d/

I thought I would let you know about the game I’ve been working on.
It was recently released on Google Play. :slight_smile:

Description

Exp3D is a vertical scrolling shooter. Since it’s a very crowded niche I tried to polish the game:

  • full 3D backgrounds and ships
  • smooth: 60FPS on most devices
  • different levels with their own boss and music

You can try it for free on Google Play:

http://developer.android.com/images/brand/en_generic_rgb_wo_45.png

I didn’t want to make people pay upfront, so the game is a free demo and you can unlock the full version with an in-app purchase.
There’s also a way to play the entire game for free, but this is more reserved to hardcore-gamers.

A few more links:
-> Blog
-> WebGL demo

Nice game! Kind of stinks to play it on a laptop though (really need an android…).

Just wondering, how do you do the background? Do you have a whole level that repeats, and is rendered like a skybox (rendered in back of EVERYTHING)?

Thank you!

The background is a big 3D mesh that repeats itself.
It’s part of the 3D scene, behind the ships, it just scrolls infinitely and when it reaches the end of the mesh it scrolls again from the beginning.
The only tricky part is to make the ‘beginning’ of the mesh similar to its ‘end’ when you model it, so you can have a seamless transition when the pattern repeats.