https://github.com/austintgriffith/ethblockart-galleass
https://github.com/austintgriffith/ethblockart-galleass
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/austintgriffith/ethblockart-galleass
- Owner: austintgriffith
- Created: 2020-12-31T20:44:52.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-04T14:53:11.000Z (over 5 years ago)
- Last Synced: 2025-03-31T14:03:49.818Z (over 1 year ago)
- Language: JavaScript
- Size: 2.61 MB
- Stars: 8
- Watchers: 3
- Forks: 24
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
git clone https://github.com/austintgriffith/ethblockart-galleass
cd ethblockart-galleass
npm install
npm start
right now it is just randomly drawing clouds but there is an entropy function to switch to blockhash eventually
BLOCK 0:

BLOCK 1:

BLOCK 2:

UPDATE:
Ships are displayed based on how many transactions there are.
Fish are displayed based on the gasUsed as a "random" seed and the fish density is based on how full the block is.
Clouds and ocean cover is based on block hash.
Land is also generated based on block hash:
BLOCK 0:

BLOCK 1:

BLOCK 2:

OTHER RANDOM LAND RENDERS:


