Git Product home page Git Product logo

alttp_vt_randomizer's Introduction

Build Status

ALttP VT Randomizer

First and foremost, big thanks to Dessyreqt, Christos, Smallhacker, and Karkat for their work.

Without their work none of this would even be remotely possible.

Install

You will need Composer for the Laravel Dependency. Once you have that, run the following

$ composer install

Running

Command line

To generate a seed one simply runs the command.

$ php artisan alttp:randomize {input_file.sfc} {output_directory} {--seed=#} {--spoiler}

For bulk generation

$ php artisan alttp:randomize {input_file.sfc} {output_directory} --bulk=10 {--spoiler}

Web interface

To use the built-in php webserver you can run this in development mode. Run the following command then navigate to http://localhost:8000/.

$ php artisan serve

you may want to build the assets for this to work with

$ ./node_modules/gulp/bin/gulp.js --production

This is a port of the ALttP Randomizer which can be used as a web service.

It has the ability to patch a ROM file completely in the browser.

Features include

  • Randomization of Items including Boss Hearts, Swords, Crystals and Pendants.
  • Custom mode allowing one to switch on and off a bunch of different features.
  • Tries to distribute the items in a way as to not have everything way too early.
  • Logic updates with the Boss Hearts and Dungeon Prize locations randomized.
  • Ability to set custom Uncle Text.
  • Ability to have Boss item in regular dungeon pool (Compass/Map/Keys)
  • Documentation of classes and objects.
  • Unit Tests (partially done).
  • Ability to create as many "seeds" as you want.

Running tests

You can run the current test suite with the following command (you may need to install PHPUnit)

$ phpunit

API Documentation

The API documentation can be generated after you install by running:

$ composer documentation

alttp_vt_randomizer's People

Contributors

sporchia avatar tomku avatar davidensinger avatar

Watchers

 avatar James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.