2013-07-25

Update on 1GaM


I haven’t posted about my entries to “One Game A Month” for a while, but I’ve still added some prototype things there each month. Here’s an update with links to G+ posts I originally mentioned them.

Update early 2019: Since Google+ is shutting down, I edited this post to contain content from the original G+ posts rather than just link to them.


1gam_may_findthehemisphere
May: My first try playing around with Unity and the Oculus Rift SDK. Not much gameplay there, but with a bit of goodwill you can think of this test as a game, where you have to “Find the hemisphere”.

Continuing with observations about Oculus Rift HMD.

It’s good to pay some extra attention to aligning eyes with the lenses. It’s quite easy to be a bit off vertically, at which point things appear blurrier than they should. At some point I kept shortening over-the-head strap, trying to fix that problem. Until I realized I should actually lengthen it a bit and tighten the horizontal strap instead.

A bit more testing of OVR SDK with Unity… I noticed I get considerable amount of extra tracker lag if I use the Direct3D 11 renderer. I don’t know much about the innards, but my wild guess is that maybe there’s longer swap chain or something. So I guess it’s better to disable the D3D11 for now.

Here’s my first test to play around with OVRPlayerController from the SDK. Better to start with the basics. :) If you like, you can think of this as a game where you have to find the hemisphere.

Windows executable: (link deleted, the build is obsolete)


1gam_jun_chessman
June: Proto_Chessman – Minimal gameplay prototype, asking the question: What if you take chess pieces out from the traditional board and put them somewhere else? (There’s pile of bugs, but you can get the idea.)

Here’s one minimal take on that idea. You’re playing a single random white piece, and your task is to eat 5 opponent pieces before they get you. There’s addition of landscape types — water, walkable stuff and impassable rock. Dandy types of pieces don’t want to go to water, and none of them can pass deep water or rock.

There’s pile of subtle bugs so just hit restart if it goes sour somehow. Didn’t have time to sort through them since the one-game-a-month deadline is looming. :)

(link deleted) build is obsolete, as it required Unity web player


1gam_july_betripled
July: Betripled – Game mechanic prototype about what you could get if you combine the swap-match-3 game logic with matching-cluster-removal (e.g. Bejeweled & Sega Swirl). The swap-match-3 generates single new tiles for the removal-part at bottom. (Note: here’s no score count or ending.)

It’s a game mechanic prototype about what you could get if you combine the swap-match-3 game logic with matching-cluster-removal (e.g. Bejeweled & Sega Swirl). The swap-match-3 generates single new tiles for the removal-part at bottom. (Note: here’s no score count or ending.)

I made the prototype using Processing, but for some reason it didn’t work with as a web .js version, so what you can get is a Win32 download for an executable version (you need to have Java installed).

Scroll down the game list to find the “Betripled” one.
(link deleted; something was changed in the onegameamonth website and my profile page stopped working)

GamesRSS feed for responses (closed) — Trackbacks disabled.