Skip to content

Commit

Permalink
Adding README
Browse files Browse the repository at this point in the history
  • Loading branch information
AshkanShakiba committed Jul 23, 2021
1 parent daebbb2 commit 25044c1
Show file tree
Hide file tree
Showing 7 changed files with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# Clash Royale

Advanced Programming Final Project
Clash Royale By Java
July 2021

## Requirements

Java and JavaFx SDK

## Screenshots
![Main menu](src/images/image1.JPG)
![Bot level](src/images/image2.JPG)
![Default theme](src/images/image3.JPG)
![Champions theme](src/images/image4.JPG)
![Ice theme](src/images/image5.JPG)
![About scene](src/images/image6.JPG)

## How to run

Import mySQL-connector library from
```
src/libraries/mysql-connector.jar
```

Set VM options as:
```
--module-path "D:\Sources\javafx-sdk-16\lib" --add-modules javafx.controls,javafx.media,javafx.fxml
```
Binary file added src/images/image1.JPG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/images/image2.JPG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/images/image3.JPG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/images/image4.JPG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/images/image5.JPG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/images/image6.JPG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 25044c1

Please sign in to comment.