A challenge generator For Binding Of Isaac - Afterbirth. A live version can be found hosted here.
Challenges are generated using a seed, which can either be based on the current date or can be a fixed string passed in via the URL.
The generator provides the ability to generate new fixed seeds and share them via the clipboard.
-
Clone the project:
$ git clone https://github.com/josh-cook/challenge-generator.git
-
Install the project's dependencies:
$ npm install
-
Build the project:
$ npm run build
You should now have a built version of the challenge generator in
dist
.
-
Clone the project:
$ git clone https://github.com/josh-cook/challenge-generator.git
-
Install the project's dependencies:
$ npm install
-
Start the project's development server:
$ npm run start
You should now see output like the following:
You can now visit http://localhost:1234 to view the app.
Note that the challenge generator follows the prettier formatting style.