-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathisc.json
More file actions
43 lines (43 loc) · 1.63 KB
/
Copy pathisc.json
File metadata and controls
43 lines (43 loc) · 1.63 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"iscVersion": 1,
"title": "Fallen Guardian",
"shortDescription": "Defend the ancient monument in this roguelike tower defense where you fight alongside your towers against endless goblin waves.",
"description": "Fallen Guardian is a roguelike tower defense game where you must protect a central monument from increasingly powerful goblin waves.\n\nFight enemies directly with your sword, gain experience to level up your character, collect coins, and strategically build and upgrade towers. Towers automatically target enemies within range while the player actively supports the defense.\n\nEach new wave strengthens the goblins, forcing you to constantly improve your strategy. If your character dies, you lose a level, but the battle continues until the central monument is destroyed.\n\nSurvive as long as possible and achieve the highest score!",
"version": "1.0.0",
"tags": [
"tower-defense",
"roguelike",
"action",
"strategy",
"2d",
"singleplayer",
"keyboard",
"mouse"
],
"cover": "src/res/Banner.png",
"screenshots": [
"src/res/Screenshots/Screenshot1.png",
"src/res/Screenshots/Screenshot2.png",
"src/res/Screenshots/Screenshot3.png",
"src/res/Screenshots/Screenshot4.png",
"src/res/Screenshots/Screenshot5.png",
"src/res/Screenshots/Screenshot6.png"
],
"engine": {
"name": "fungraphics"
},
"scalaVersion": "2.13",
"mainClass": "Main",
"sources": [
"src"
],
"resources": [
"src/res"
],
"controls": "Enter start · Left click move/attack/upgrade · Q build mode · Right click cancel build mode",
"year": 2025,
"authors": [
"Nom 1",
"Nom 2"
]
}