Git Product home page Git Product logo

sc2quiz's Introduction

sc2quiz

Generate a simple Quiz mod for Starcraft II

Want to revise and play at the same time? This program generates a Starcraft II mod (LOV) that will ask you to select an answer every 60 seconds within 3 possibilities. You earn 400 minerals if you are correct. You can enter the questions and answers in an Excel file (see examples in xls folder).

Prerequisites

You will need:

  • Java 1.8 (however you can probably use a lower version by changing the gradle build file)
  • git

Building

git clone https://github.com/khodev/sc2quiz.git
cd sc2quiz
gradlew build

Copy the file build/libs/sc2quiz.jar in the directory of your choice.

Using

java -jar sc2quiz.jar -h
usage: java -jar sc2quiz.jar -<command> [...]
 -dn,--document-name <arg>                  set the document title of the
                                            mod
 -g,--generate <file.xls> <folder.SC2Mod>   Generate an sc2 quiz mod
 -h,--help                                  show this help
 -ld,--long-description <arg>               set the long description of
                                            the mod
 -sd,--short-description <arg>              set the short description of
                                            the mod

You can generate the example attached* xls/czech_english.xlsx:

java -jar sc2quiz.jar -g xls/czech_english.xlsx result -dn "Czech quiz!" -ld "Quiz mod with top 2000 Czech words"

Open the folder with SC2 editor and publish it to your account.

*Please note that this word list is not exactly great, if you have a better one don't hesitate to contact me!

Contributing

I welcome any suggestions and comments.

Licensing

The code in this project is licensed under MIT license.

sc2quiz's People

Contributors

martinsaison avatar

Watchers

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.