Skip to content

Commit 4442a78

Browse files
Added sound files + Credits.md + README.md (for the archive file)
0 parents  commit 4442a78

8 files changed

+69
-0
lines changed

sounds/Credits.md

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
# Credits of the sound files
2+
3+
### death.wav
4+
5+
| | |
6+
|------------------|-----------------------------------------------------|
7+
| Name | explosion |
8+
| Source | https://pixabay.com/sound-effects/explosion-107629/ |
9+
| Orginal filename | explosion-107629.wav |
10+
| Uploaded by | plamdi1 |
11+
12+
### gunshot.wav
13+
14+
| | |
15+
|-------------------|----------------------------------------------------------|
16+
| Name | laser gun sound |
17+
| Source | https://pixabay.com/sound-effects/laser-gun-sound-40813/ |
18+
| Original filename | laser_gun_sound-40813.wav |
19+
| Uploaded by | Smoker858 |
20+
21+
### bullet_hit.wav
22+
23+
| | |
24+
|-------------------|----------------------------------------------------|
25+
| Name | Smoke Bomb |
26+
| Source | https://pixabay.com/sound-effects/smoke-bomb-6761/ |
27+
| Original filename | smoke-bomb-6761.wav |
28+
| Uploaded by | vckhaze |
29+
30+
### wall_collision.wav
31+
32+
| | |
33+
|-------------------|---------------------------------------------------|
34+
| Name | Car Door |
35+
| Source | https://pixabay.com/sound-effects/car-door-47981/ |
36+
| Original filename | car-door-47981.wav |
37+
| Uploaded by | amy2018 |
38+
39+
### bots_collision.wav
40+
41+
| | |
42+
|-------------------|-------------------------------------------------------------------|
43+
| Name | Clank Car Crash Collision |
44+
| Source | https://pixabay.com/sound-effects/clank-car-crash-collision-6206/ |
45+
| Original filename | clank-car-crash-collision-6206.wav |
46+
| Uploaded by | qubodup |
47+
48+
### bullets_collision.wav
49+
50+
| | |
51+
|-------------------|--------------------------------------------------------|
52+
| Name | 080997 Bullet |
53+
| Source | https://pixabay.com/sound-effects/080997-bullet-39735/ |
54+
| Original filename | 080997_bullet-39735.wav |
55+
| Uploaded by | pixabay |

sounds/README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Sound files available for the GUI application
2+
3+
This entire sound directory including all files needs to be copied into the directory containing your
4+
`robocode-tankroyale-gui-x.y.z.jar` file, i.e. as a directory containing all sound files next to the jar file like this:
5+
6+
```
7+
[your tank royale directory]
8+
├── robocode-tankroyale-gui-x.y.z.jar
9+
└── sounds/ <-- this directory
10+
├── bots_collision.wav
11+
├── bullet_hit.wav
12+
...
13+
└── wall_collision.wav
14+
```

sounds/bots_collision.wav

56.3 KB
Binary file not shown.

sounds/bullet_hit.wav

135 KB
Binary file not shown.

sounds/bullets_collision.wav

178 KB
Binary file not shown.

sounds/death.wav

560 KB
Binary file not shown.

sounds/gunshot.wav

47.3 KB
Binary file not shown.

sounds/wall_collision.wav

24.8 KB
Binary file not shown.

0 commit comments

Comments
 (0)