Skip to content

Commit 25044c1

Browse files
committed
Adding README
1 parent daebbb2 commit 25044c1

File tree

7 files changed

+29
-0
lines changed

7 files changed

+29
-0
lines changed

Diff for: README.md

+29
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# Clash Royale
2+
3+
Advanced Programming Final Project
4+
Clash Royale By Java
5+
July 2021
6+
7+
## Requirements
8+
9+
Java and JavaFx SDK
10+
11+
## Screenshots
12+
![Main menu](src/images/image1.JPG)
13+
![Bot level](src/images/image2.JPG)
14+
![Default theme](src/images/image3.JPG)
15+
![Champions theme](src/images/image4.JPG)
16+
![Ice theme](src/images/image5.JPG)
17+
![About scene](src/images/image6.JPG)
18+
19+
## How to run
20+
21+
Import mySQL-connector library from
22+
```
23+
src/libraries/mysql-connector.jar
24+
```
25+
26+
Set VM options as:
27+
```
28+
--module-path "D:\Sources\javafx-sdk-16\lib" --add-modules javafx.controls,javafx.media,javafx.fxml
29+
```

Diff for: src/images/image1.JPG

140 KB
Loading

Diff for: src/images/image2.JPG

112 KB
Loading

Diff for: src/images/image3.JPG

170 KB
Loading

Diff for: src/images/image4.JPG

151 KB
Loading

Diff for: src/images/image5.JPG

172 KB
Loading

Diff for: src/images/image6.JPG

127 KB
Loading

0 commit comments

Comments
 (0)