Skip to content

Latest commit

 

History

History
65 lines (26 loc) · 1.58 KB

README.md

File metadata and controls

65 lines (26 loc) · 1.58 KB

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:

image

BLOCK 1:

image

BLOCK 2:

image

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:

image

BLOCK 1:

image

BLOCK 2:

image

OTHER RANDOM LAND RENDERS:

image

image

image