Monobattles are a sub gametype in StarCraft2 where each player gets a unit and they can only make that unit. This Random Unit Generator is to help keep the games new and fresh.
you will need to have node.js installed.
This has a server that provides a single website. If you want to just play with website then you can pull and navigate to the Public folder.
in the terminal:
Clone the repository - git clone https://github.com/KourFrost/UnitGenerator.git
navigate to folder - cd UnitGenerator
install the node libraries - npm install
start the server - npm start
now that the server is running you can test in your browser at
localhost:8080/
everything is handled with HTML, CS, and Javascript.
All the website files can be found in the Public folder under index.
- Node.js - The web framework used
- Jacob Herrmann - Initial work - KourFrost
This project is licensed under the MIT License - see the LICENSE.md file for details
- Hat tip to anyone whose code was used
- Inspiration
- etc