Drum Life Game

ライフゲームのルールに基づいて、1周期ごとにドラムの演奏パターンが変化していくアプリ。

iOS ver. (App Store)
Android ver. (Google Play)

開発

GitHub(Drum Life Game)

使用技術
  • Unity

作品詳細

 このアプリケーションでは、ライフゲームのルールに基づいてドラムの演奏パターンが1周期ごとに変化します。
 ライフゲームとは、1970年に考案されたシミュレーションゲームで、生命の誕生・進化・淘汰の過程を簡単なモデルで再現したものです。そのルールは以下の通りです。

  1. セルをクリックすると、黒から白あるいは白から黒に色が変わる。
  2. PLAYボタンをクリックすると、1周期ごとに以下の条件でセルの色が変化する。
  • 3つの白いセルに囲まれた黒いセルは、次の周期で白になる。
  • 2つまたは3つの白いセルに囲まれた白いセルは、次の周期でも白いままである。
  • 上記の条件を満たさないセルは、次の周期で黒になる。

 このアプリケーションでは、一行のセルごとにドラムの異なる部位の音が割り当てられています。PLAYボタンをクリックすると、左の列から順番に音が再生されます。ただし、音が鳴るのは白いセルだけで、1周期が終わるとライフゲームのルールに従って、各セルの色が変わります。

In this application, the drum playing pattern changes every cycle based on the “Game of Life” rules.
“Game of Life” is a simulation game invented in 1970 that uses a simple model to reproduce the processes of birth, evolution and selection of life. The rules are as follows.

  1. Clicking cells changes their color from black to white or white to black.
  2. When the PLAY button is clicked, cells change their color based on the following conditions at regular intervals.
  • A black cell surrounded by three white cells turns white in the next cycle.
  • A white cell surrounded by two or three white cells remains white in the next cycle.
  • Cells that do not meet the above conditions turn black in the next cycle.

In this application, each horizontal row of cells is assigned the sound of a different part of the drum. When the PLAY button is clicked, the sounds are played in order, starting with the vertical column on the left. However, only white cells play sound, and at the end of one cycle, the color of each cell changes according to the “Game of Life” rules.

下のウィンドウでも体験できます。

コメントを残す

メールアドレスが公開されることはありません。 が付いている欄は必須項目です