An open API service indexing awesome lists of open source software.

https://github.com/eduidl/3d-game-of-life

3次元のライフゲーム
https://github.com/eduidl/3d-game-of-life

game-of-life three-js

Last synced: 4 months ago
JSON representation

3次元のライフゲーム

Awesome Lists containing this project

README

        

# 3D Game of Life

[![Deploy GitHub Pages](https://github.com/eduidl/3d-game-of-life/actions/workflows/gh-pages.yml/badge.svg)](https://github.com/eduidl/3d-game-of-life/actions/workflows/gh-pages.yml)
[![License](https://img.shields.io/github/license/eduidl/3d-game-of-life)](https://github.com/eduidl/3d-game-of-life/blob/main/LICENSE)

Third dimensional Conway's Game of Life

See https://eduidl.github.io/3d-game-of-life/

![image](https://user-images.githubusercontent.com/25898373/49690462-c84bf780-fb74-11e8-9dfb-ab962e6c4b18.png)

Qiita:https://qiita.com/eduidl/items/5cd3497e2099e98c74c9 (in Japanese)

## Run

```sh
npm i
# webpack-dev-server
npm run start
# build for GitHub Pages
npm run build:release
```