Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nft-fun authored Mar 13, 2021
1 parent d24d1fc commit a030f2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Please don't be an asshole. This is, like, grassroots and stuff.

Specifically I'm asking you in good faith not to directly knock off the BitBirds project, or otherwise screw me over for sharing this. Do not use this for anything hateful or discriminatory.

There is a YouTube video walkthrough to complement this ReadMe [...Link...](https://youtu.be/06olOfNxPyk).
There is a YouTube video walkthrough to complement this ReadMe [...Link...](https://youtu.be/vTxjLLHncMo).

# Setting the expectations
If you're new to programming you may struggle to set up the dependencies. If you're persistent, you can do it! I believe in you.
Expand All @@ -33,7 +33,7 @@ IIRC I needed to use some special command with python 3 to use pip as an install
If you encounter specific setup items I haven't mentioned here let me know, and I'll add them.

# How this script works
The [video](https://youtu.be/06olOfNxPyk) I've put on YouTube complements this overview.
The [video](https://youtu.be/vTxjLLHncMo) I've put on YouTube complements this overview.

We are iterating through a 'loop' once for each bird. The loop starts with a 'seed number' that is used to deterministically generate pseudo-random numbers. I say 'deterministically' and 'pseudo-random' because from the same seed number the 'random' output will always be the same. It's not truly random in a security or mathematical sense. I used the most recent ETH block at the time as my seed number - 11981207.

Expand Down

0 comments on commit a030f2d

Please sign in to comment.