Skip to content
Preview
Image
It was a nice break from the main project I'm working on, which should be finished within the next fortnight.

The Black Yeti

A simple puzzle game, for the mini ludum dare 7, which had the theme cryptozoology. In flash, can be played here on kongregate. The source code can be downloaded here.

4 Comments

  1. Jenna wrote:

    Tough, but very cool concept

    Friday, August 14, 2009 at 11:45 pm | Permalink
  2. Jasmin wrote:

    Greetings! I’d love to know how you made the “detect”-thing work, but I seem unable to find the source code?
    If you have the time, I’d be very nice if you could help me out.

    Sunday, June 6, 2010 at 2:21 pm | Permalink
  3. Apologies about that – I had totally forgotten, included the link in the post there.

    The view calculations are a little weird – from what I remember, here’s what I did:

    To determine if someone sees something it first cast rays out horizontally on front of and either side of the person, and then propagates each of those forwards, like

      
      ^ ...
      ^ -> -> 
      ^ -> ->
    p - -> ->
      v -> ->
      v -> ->
      v ...
    

    both only stopping when an obstacle is met. Probably would be better to do normal ray-casting in most circumstances.

    Monday, June 7, 2010 at 10:05 pm | Permalink
  4. Alex A wrote:

    I didn’t get the thing about ray casting. I thought it’d be whenever I was in front of people but it seemed almost random as to when they say me. Sometimes they see me from a long distance, sometimes not. But I finished it anyway. Good game.

    Friday, January 28, 2011 at 10:12 am | Permalink

One Trackback/Pingback

  1. Daily Video Game News on Monday, February 9, 2009 at 8:03 pm

    Browser Game Pick: The Black Yeti (Stephen Lavelle)…

    A simple puzzle game by the developer of Rara Racer and Mirror Stage , The Black Yeti tells the story…