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次元のライフゲーム
- Host: GitHub
- URL: https://github.com/eduidl/3d-game-of-life
- Owner: eduidl
- License: mit
- Created: 2017-06-14T14:18:56.000Z (about 8 years ago)
- Default Branch: main
- Last Pushed: 2024-03-29T00:03:34.000Z (over 1 year ago)
- Last Synced: 2025-01-12T13:11:23.954Z (6 months ago)
- Topics: game-of-life, three-js
- Language: TypeScript
- Homepage: https://eduidl.github.io/3d-game-of-life/
- Size: 1.77 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 3D Game of Life
[](https://github.com/eduidl/3d-game-of-life/actions/workflows/gh-pages.yml)
[](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/

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
```