-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathREADME
23 lines (17 loc) · 1.02 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
------------------------------------------------------------------------------
Building the boardgame
------------------------------------------------------------------------------
Just run the buid script (build.bat for windows users).
$ build
If you are doing this the first time, you will see an error saying that it
can't find a few dependencies. All jars that can't be found from normal maven
repos should be found in the top-level lib directory.
Once built, the final product is a zip file that contains all the packged
libraries as well as a jre containing the proper Java3D native libraries.
Final zip file located at <project-home>/target/final.
------------------------------------------------------------------------------
Running the boardgame
------------------------------------------------------------------------------
Extract the zip file mentioned about and run the boardgame startup script
either by double clicking or by executing from the command line.
Enjoy!