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

https://github.com/austintgriffith/ethblockart-galleass


https://github.com/austintgriffith/ethblockart-galleass

Last synced: about 1 year ago
JSON representation

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:

![image](https://user-images.githubusercontent.com/2653167/103427028-3c520180-4b7b-11eb-9858-af56b204d1da.png)

BLOCK 1:

![image](https://user-images.githubusercontent.com/2653167/103427036-51c72b80-4b7b-11eb-9728-01cb635689f2.png)

BLOCK 2:

![image](https://user-images.githubusercontent.com/2653167/103427052-673c5580-4b7b-11eb-8e62-c0afb762ab47.png)

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](https://user-images.githubusercontent.com/2653167/103445125-885d7e80-4c2d-11eb-9230-978c65660b48.png)

BLOCK 1:

![image](https://user-images.githubusercontent.com/2653167/103445133-a1fec600-4c2d-11eb-93aa-6e8ea135f428.png)

BLOCK 2:

![image](https://user-images.githubusercontent.com/2653167/103445139-cb1f5680-4c2d-11eb-974b-33afd21f0960.png)

OTHER RANDOM LAND RENDERS:

![image](https://user-images.githubusercontent.com/2653167/103445148-f013c980-4c2d-11eb-8b8d-84abbff3eddf.png)

![image](https://user-images.githubusercontent.com/2653167/103445157-0b7ed480-4c2e-11eb-8842-c75296cf5013.png)

![image](https://user-images.githubusercontent.com/2653167/103445161-205b6800-4c2e-11eb-9689-3501332e83e3.png)