josh-cook / challenge-generator

A Challenge Generator For Binding Of Isaac
MIT License
1 stars 2 forks source link

Buttons and How To Article #15

Closed josh-cook closed 5 years ago

josh-cook commented 5 years ago

This PR contains additions to Generate a new seed, share a seed and updates to the read me:

Generating a new seed: Now there is a button that will generate a new seed and direct you to the newly generated seed's page:

Screen Shot 2019-05-26 at 09 51 02

Daily Challenge (Before new seed generation):

Screen Shot 2019-05-26 at 09 39 17

After generating a new seed:

Screen Shot 2019-05-26 at 09 39 50

There is also an addition to make sure the URL of a seed is copied using the "share" button, an alert will notify you have you have copied the current seed:

Screen Shot 2019-05-26 at 09 40 55

The url pop up closes after 3 seconds of appearing.

Also: Readme now has super basic instructions as a starting point.