• Register

Dominoze is a multiplayer physics simulation where players use their imaginations to create their own contraptions to share on the Internet and to earn coins and rewards.

Post news Report RSS Dominoze Update #2: Concept art and falling dominoes!

Check out the new Dominoze concept art and in-game video of dominoes falling!

Posted by on

The hardest part about Dominoze was coming up with concept art. For the longest time I haven't given much thought to it (other than everything been wood textured and photo-realistic because that's the extent of my art creativity); so I asked Bryan Taylor of Binary Studios to give me a hand. The ruling was this: Papercraft and patchwork. After consulting with Meta3D studios to help us get the rest of the way, they came up with this:

Boy is that cool! It inspired me to hit the ground running harder on the design side. One of the lessons I learned about a project like this is you need to do as much as you can on paper before you do any coding, and that you should take no detail for granted. As a result, I was able to implement this in maybe ten hours worth of development:

Any seasoned Unity developer could take the shortest path of work possible to get here in maybe a few hours tops; but like I mentioned before, leave no detail for granted! Here's what you don't see in the video:

  • Everything in the scene is network ready, courtesy of the Photon Unity networking library.
  • As the player, I "own" every object I placed. That means nobody else but me can touch them; meanwhile other players can place their own objects in the same game. (Once it's ready, that is).
  • Because of how I coded them, all of the UI controls in the overlay were easily set up in the inspector.
  • All user inputs are dealt with in a clean, centralized way. If every object did their own sovereign input checks with no coordination, we would have problems like users being able to click a button and add a new domino at the same time.

The goal for the next update is to be able to add boxes as well, stack them up, and create "stairs of dominoes." Great care must be taken here; for instance there could be thousands of objects in the scene...raytracing could get painfully slow on mobile devices. So don't expect it to get done overnight!

Oh, and Dominoze now has a page on Facebook! Nothing big to show there yet, but development marches forward!

Check out my homepage and news feeds

And my projects!

Post a comment

Your comment will be anonymous unless you join the community. Or sign in with your social account: