Skip to content

Commit 9b0c669

Browse files
authored
Merge pull request #97 from cevataykans/unstable
Final Merge
2 parents a5d6977 + 78ce526 commit 9b0c669

File tree

254 files changed

+17325
-4428
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

254 files changed

+17325
-4428
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
.idea/
77
Catan.iml
88
CS319-3C-CA.iml
9-
9+
backend/dist/
10+
backend/node_modules/
1011

1112

1213
# User-specific stuff

How To Install JavaFX and AnimateFX.txt renamed to How To Run.txt

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ on bottom right and then you are done with modules.
2222

2323
Edit Configurations:
2424

25-
For the files you want to run (In our case the GameController, but you may have Test UI files you want to run) go to Run > Edit Configurations
25+
For the files you want to run (In our case the GameStart, but you may have Test UI files you want to run) go to Run > Edit Configurations
2626
and select your main class. For its VM Options, copy paste this in there (except change the part I marked below):
2727
--module-path **PATH TO YOUR JAVAFX FOLDER**\javafx-sdk-11.0.2\lib --add-modules javafx.controls,javafx.fxml
2828
and click Apply then OK. You are done with JavaFx
@@ -44,4 +44,29 @@ then click OK, it will download it for you.
4444

4545
You are done with installing AnimateFX.
4646

47+
How to add javafx.media:
48+
49+
Open edit configuration of GameApplication.
50+
At VM options, add javafx.media to the end of the line.
51+
Click OK. It is done!
52+
53+
How to install Socket-IO:
54+
55+
1. Go to https://jar-download.com/artifacts/io.socket/socket.io-client/1.0.0/source-code
56+
57+
2. Download socket-io (1.0.0)
58+
59+
3. In the zip files you just downloaded, there are 5 jar files, put them in a folder and put the folder
60+
in a place of your choice (make note of path)
61+
62+
4. In Intellij, go to File > Project Structure
63+
64+
5. Go to libraries
65+
66+
6. Click the plus sign, select java and select all 5 jar files you downloaded.
67+
68+
7. Click ok and add the jar files to the modules.
69+
70+
8. Click apply and ok.
71+
4772
AFTER YOU HAVE DONE BOTH, YOU CAN RUN THE MAIN UI CLASSES OF THE PROJECT!

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,13 @@
2020

2121
## **Google Docs**
2222

23-
### **Strategies**
24-
* [Meeting Logs](https://docs.google.com/document/d/1YEGElk27ZHa33cCEx46ROMKLR4PsSZnCwg8WuQudfV0/edit?usp=sharing)
25-
* [Scrum Table](https://docs.google.com/spreadsheets/d/115HN1STXjMm86rDx6S7wuDnutEHHgbMg2HYOdZIEgwY/edit?usp=sharing)
26-
2723
### **Iteration 1**
2824
* [Analysis Report](https://drive.google.com/file/d/1lChs5JGEpPjOdcbx_pfUOEZPQzpjT2E7/view?usp=sharing)
2925
* [Design Report](https://docs.google.com/document/d/1ENSQk3wdsQxmHv6eHtjSDhl6wFeL1WiFZxwjv5hoJDM/edit?usp=sharing)
30-
* [Final Report](https://docs.google.com/document/d/1QzuSwr4GFrtTxmu5OVGzC3DHmW7I_45uFiPZci5Z4Zw/edit?usp=sharing)
26+
* [Implementation Report](https://docs.google.com/document/d/1QzuSwr4GFrtTxmu5OVGzC3DHmW7I_45uFiPZci5Z4Zw/edit?usp=sharing)
3127

3228
### **Iteration 2**
3329

34-
* Coming soon!
30+
* [Final Analysis Report](https://docs.google.com/document/d/13H8EdYlDQLpHxxDCcO5YupmPMzLSRQC3exlOHkJ5rkE/edit?usp=sharing)
31+
* [Final Design Report](https://docs.google.com/document/d/1le-MR7AAY2leZ1kjepFANwTwxalrcouuHc4Tb4URPuo/edit?usp=sharing)
32+
* [Final Implementation Report](https://docs.google.com/document/d/1k8MLamS2d4iooGKrpEHurJ-GVyrmAwXpwKF7sCa9YyQ/edit?usp=sharing)

0 commit comments

Comments
 (0)