Mercurial > hg > pub > prymula > com
comparison immposiblerush/README.md @ 14:49dd434149cd
README.md immposiblerush
author | prymula <prymula76@outlook.com> |
---|---|
date | Sat, 10 Feb 2024 20:40:34 +0100 |
parents | |
children | f61684ae8245 |
comparison
equal
deleted
inserted
replaced
13:fa0307eb70b7 | 14:49dd434149cd |
---|---|
1 # immposiblerush | |
2 | |
3 ## Start | |
4 | |
5 A simple game that involves matching colors. Written in Java in Swing components. The application uses sounds by Github.com user SouraBHV under the MIT license, while the program itself is under the GPL3 license. | |
6 | |
7 | |
8 To download the latest version, type in terminal: | |
9 | |
10 | |
11 git clone https://gitlab.com/pietraszczyk/immposiblerush.git | |
12 | |
13 # You still need to install dependencies to run: | |
14 | |
15 | |
16 # Fedora: | |
17 | |
18 sudo dnf install java-11-openjdk ant | |
19 | |
20 | |
21 #OpenSUSE: | |
22 | |
23 sudo zypper in java-11-openjdk, ant | |
24 | |
25 | |
26 # Ubuntu: | |
27 | |
28 sudo apt install default-jdk default-jdk-headless ant | |
29 | |
30 | |
31 # Arch: | |
32 | |
33 pacman -S jdk-openjdk ant | |
34 | |
35 | |
36 | |
37 ## Build | |
38 | |
39 ant clean | |
40 ant compile | |
41 ant jar | |
42 ``` | |
43 | |
44 | |
45 ## Launching | |
46 | |
47 ant run | |
48 | |
49 | |
50 | |
51 | |
52 |