Find answers, ask questions, and connect with our
community around the world.

Dashboard Forums Game Design Domino programming

  • Domino programming

     John Armstrong updated 1 year, 9 months ago 2 Members · 2 Posts
  • Duncan Hecht

    Member
    May 26, 2021 at 9:04 pm

    Hi all,
    I have a roll-and-write adjacent game (I’m calling it draw and draw), and while I’ve never encountered someone ends using a similar mechanism, I don’t think I’m making best use of it. In my game, players will draw dominoes out of their bag, and then line them up to create action sequences. Currently, players draw three dominoes and use two of them. Since each domino has two values, by lining them up, you get three groupings of two values.
    For example:[ 2 | 4 ] [ 3 | 2 ] If I have these two dominoes, I have a 2&4 grouping from the first domino, a 4&3 grouping from the second number of the first domino and the first number of the second domino, and a 3&2 grouping from the second domino.
    In these groupings, the first number corresponds to a shape and the second to a color. As such, players can arrange their dominoes in various ways to give them different groupings, ergo differing shapes and color pairings. The issue is in making this readable for players so they aren’t confused about which one is shape and which one is color, so I have simplified by actually printing the shapes and colours on the dominoes, which reduces players’ ability to manipulate them.
    I feel that while this two dominoes for three action groups mechanism is an original idea, it could probably be used much better by someone else for a cleverer game, so I’m putting it out in the wild to see what someone else might do with it.

  • John Armstrong

    Member
    June 8, 2021 at 4:11 pm

    Could you post a simple sketch that shows what you mean?
    I like the concept.

Viewing 1 - 2 of 2 replies

Start of Discussion
0 of 0 posts June 2018
Now