Skip to content
This repository has been archived by the owner on Feb 23, 2022. It is now read-only.

ChooHui0429/Card-Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

92 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Card Game Assignment

Quick Start

NOTE : Make sure your java version is java 9 or above. Recommend to use Java 11 as well. JavaFX Version : 11.0.2 Java Version : 11.0.9.1

JavaFX SDK

  1. Before launching our program, you should make sure that Javafx SDK is downloaded and ready.

  2. If not, you can go to the following website to download : https://gluonhq.com/products/javafx/ Dowbload : JavaFX xxxx SDK xxxx = your computer operating system

  3. After done the download, extract the .zip and place the JavaFX SDK at your preferrable place as your path way.

Run with Command Prompt

  1. Open up Command Prompt in your computer.

  2. Change the location of the Command Prompt to the program location (src) command: cd Example : cd C:\Users\Users\Desktop\TT6V_70\src

  3. Launch the program by command : java --module-path --add-modules javafx.controls Main Example : java --module-path C:\javafx-sdk-11.0.2\lib --add-modules javafx.controls Main


About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages