SUPER SUPER SIMPLE LIFE GAME is a simple and fast template for the Game of Life, implemented using HTML, CSS, JavaScript, and p5.js. This template is designed to help you easily start your own Game of Life project and customize the code to create your own unique version.
- Clone or download this repository.
- Open the cloned or downloaded folder.
- Double-click the
index.html
file to open it in your browser.
- To create cells, drag your mouse.
- To delete cells, hold the Shift key while dragging your mouse.
- To pause or resume the game, press the
p
key. - To clear the game, press the
q
key. - To fill the entire screen with cells, press the
f
key. - To randomly place cells, press the
r
key. - To increase the game speed, press the
w
key, and to decrease the game speed, press thes
key. - To enlarge cell size, press the
d
key, and to reduce cell size, press thea
key.
- Open the
sketch.js
file. - Edit variables and functions to change the game's behavior and appearance.
- Edit the
index.html
andstyle.css
files to customize the design.
- Fork this repository.
- Create a new branch and commit your changes.
- Create a pull request.
This project is released under the MIT License.
(日本語)
SUPER SUPER SIMPLE LIFE GAME(スーパースーパーシンプルライフゲーム)は、シンプルで高速なライフゲームのテンプレートです。HTML, CSS, JavaScript, および p5.js を利用して実装されています。このテンプレートは、独自のライフゲームプロジェクトを簡単に開始できるように設計されており、コードをカスタマイズして自分だけのバージョンを作成することができます。
- このリポジトリをクローンまたはダウンロードしてください。
- クローンまたはダウンロードしたフォルダを開いてください。
index.html
ファイルをダブルクリックして、ブラウザで開いてください。
- セルを作成するには、マウスをドラッグしてください。
- セルを削除するには、Shift キーを押しながらマウスをドラッグしてください。
- ゲームの一時停止/再開は、
p
キーを押して切り替えてください。 - ゲームをクリアするには、
q
キーを押してください。 - 画面全体にセルを作成するには、
f
キーを押してください。 - ランダムにセルを配置するには、
r
キーを押してください。 - ゲームの速度を上げるには、
w
キーを押し、速度を下げるにはs
キーを押してください。 - セルのサイズを大きくするには、
d
キーを押し、サイズを小さくするにはa
キーを押してください。
sketch.js
ファイルを開いてください。- 変数や関数を編集して、ゲームの動作や見た目を変更できます。
index.html
およびstyle.css
ファイルを編集して、デザインをカスタマイズできます。
- このリポジトリをフォークしてください。
- 新しいブランチを作成し、変更をコミットしてください。
- プルリクエストを作成してください。
このプロジェクトは MITライセンス で公開されています。