You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+24-10
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,7 @@
16
16
17
17
# 📃 Table of content
18
18
19
+
-[🚀 Goal of the project](#-goal-of-the-project)
19
20
-[🧑💻 Installation](#-installation)
20
21
-[🛠 Installation on Windows / Linux](#-installation-on-windows--linux)
21
22
-[🛠 Installation Locally](#-installation-locally)
@@ -25,10 +26,16 @@
25
26
-[✍️ Licence](#️-licence)
26
27
-[👨 Creators](#-creators)
27
28
29
+
# 🚀 Goal of the project
30
+
31
+
> [!NOTE]
32
+
> I initially developed a very basic game in 2022 and created multiple issues to encourage contributions from the community. The main goal of this repository is not just to build a game, but to provide an open-source project where everyone can contribute step by step.
33
+
28
34
# 🧑💻 Installation
29
35
30
-
> Be aware to download the version of [Open JDK 21](https://jdk.java.net/archive/) before installing.
31
-
> Run the command `java --version` to make sure it is installed.
36
+
[!IMPORTANT]
37
+
> Be aware to download the version of [Open JDK 21](https://jdk.java.net/archive/) before installing. I bet you can download any JDK you want, it just needs to be version 21.
38
+
> Run the command `java --version` to make sure Java 21 is installed.
> You should not need to download [Java FX](https://openjfx.io/openjfx-docs/#introduction) and FXGL on your local computer because it should be downloaded when syncing the Maven project.
45
52
46
-
- To install our project locally, `fork` our repository, and in an empty directory,
53
+
- To install the project locally, [`fork` our repository](https://github.com/jvondermarck/dinosaur-exploder/fork), and in an empty directory,
> We are very much open to contributions - please read our [code of conduct](https://github.com/jvondermarck/dinosaur-exploder/blob/main/CODE_OF_CONDUCT.md) and [contribution guidelines](https://github.com/jvondermarck/dinosaur-exploder/blob/main/CONTRIBUTING.md) first.
85
+
> [!TIP]
86
+
> I am very much open to contributions - please read our [code of conduct](https://github.com/jvondermarck/dinosaur-exploder/blob/main/CODE_OF_CONDUCT.md) and [contribution guidelines](https://github.com/jvondermarck/dinosaur-exploder/blob/main/CONTRIBUTING.md) first.
- To be updated of everything, follow us on [Twitter](https://twitter.com/DinosaurExplod1).
79
94
- You can post an article on our [Website blog](https://dinosaur-exploder.freecluster.eu/forum).
80
95
- For quick communication, feel free to join our [Discord server](https://discord.com/invite/nkmCRnXbWm).
81
-
- For any issues relating to harassment, please contact us on our [Mail]([email protected]).
82
96
83
97
# ✍️ Licence
84
98
85
99
> This project is licensed under the MIT License - see the [LICENSE.md](https://github.com/jvondermarck/dinosaur-exploder/blob/main/LICENSE) file for details.
86
100
87
-
# 👨 Creators
101
+
# 👨 Author
88
102
89
-
<palign="center"> We are a group of three creators, but since 2023, Julien is taking care of everything.
103
+
<palign="center"> At first we are a group of three creators (Dylan, Maxime and I), but since 2023, I am taking care of everything.
<td><b>@jvondermarck</b> I am responsible for all aspects of the project, including project management, documentation, web development, and game programming.</td>
110
+
<td>I am responsible for all aspects of the project, including project management, documentation, web development, and game programming.</td>
0 commit comments