Skip to content

leviathan941/choiceroulette

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Choice Roulette

Roulette GUI for random choosing an option from the specified values.

How to build

Requirements

You need to have the following to compile the project:

  • Java 1.8 JDK.
  • JavaFX 8. It is included to Oracle JDK 8, for OpenJDK you have to install it separately, for example from here.
  • SBT (v. 0.13 or newer).

Compile and Run using SBT

  • Open a terminal and go to the project source directory.
  • Specify JAVA_HOME environment variable.
  • Type sbt "project guiApp" run to compile and launch the application.
  • Type sbt "project guiApp" assembly to create fat JAR.

License

Copyright (C) 2016, 2017 Alexey Kuzin. All rights reserved.

This project is governed by the Apache 2.0 license. For details see the file titled LICENSE in the project root folder.