AshBringer47 / HOTS-heroes-randomizer

Randomizer for HOTS custom games.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HOTS-heroes-randomizer

App was created to randomize hero picks for Heroes of the Storm custom games.

Usage

  1. Fill the db.clj with proper heroes-map for your friends
{:John  #{"Artanis" "Butcher"}
 :Wick #{"Anub'arak" "Brightwing"}}
  1. From the root directory run command:

    lein run

  2. Progam will show the suggested setup.

  • If you like the hero setup type anything, for example: cool and press Enter, key.
  • Else, if you don't like hero setup, then just don't type anything and press Enter.

Technologies

App is created using Clojure.

License

This application is no way affiliated with, associated with or endorsed by Blizzard Entertainment, Inc.

Distributed under the GNU General Public License v3.0.

About

Randomizer for HOTS custom games.

License:GNU General Public License v3.0


Languages

Language:Clojure 100.0%