Skip to content

josh-cook/challenge-generator

Repository files navigation

Challenge Generator

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.

Building the generator

  1. Clone the project:

    $ git clone https://github.com/josh-cook/challenge-generator.git
  2. Install the project's dependencies:

    $ npm install
  3. Build the project:

    $ npm run build

    You should now have a built version of the challenge generator in dist.

Working on the generator

  1. Clone the project:

    $ git clone https://github.com/josh-cook/challenge-generator.git
  2. Install the project's dependencies:

    $ npm install
  3. Start the project's development server:

    $ npm run start

    You should now see output like the following:

    Build image

    You can now visit http://localhost:1234 to view the app.

Note that the challenge generator follows the prettier formatting style.

About

A Challenge Generator For Binding Of Isaac

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published