Skip to content

Commit 122483c

Browse files
authored
Added 6 new games and added alternative versions of 2 games
2 parents 27f3328 + c0b90b5 commit 122483c

8 files changed

+174
-5
lines changed

game/dreamgame.html

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
<title>Loading...</title>
7+
<script src="../scripts/script.js"></script>
8+
<link rel="stylesheet" href="../styles/style.css">
9+
</head>
10+
<body>
11+
</body>
12+
</html>

game/energyassault.html

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
<title>Loading...</title>
7+
<script src="../scripts/script.js"></script>
8+
<link rel="stylesheet" href="../styles/style.css">
9+
</head>
10+
<body>
11+
</body>
12+
</html>

game/entrypoint.html

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
<title>Loading...</title>
7+
<script src="../scripts/script.js"></script>
8+
<link rel="stylesheet" href="../styles/style.css">
9+
</head>
10+
<body>
11+
</body>
12+
</html>

game/framed.html

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
<title>Loading...</title>
7+
<script src="../scripts/script.js"></script>
8+
<link rel="stylesheet" href="../styles/style.css">
9+
</head>
10+
<body>
11+
</body>
12+
</html>

game/robloxlibrary.html

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
<title>Loading...</title>
7+
<script src="../scripts/script.js"></script>
8+
<link rel="stylesheet" href="../styles/style.css">
9+
</head>
10+
<body>
11+
</body>
12+
</html>

game/thelegendofcalezerbssword.html

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
<title>Loading...</title>
7+
<script src="../scripts/script.js"></script>
8+
<link rel="stylesheet" href="../styles/style.css">
9+
</head>
10+
<body>
11+
</body>
12+
</html>

games.json

+102-5
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,9 @@
7373
"age": "all ages",
7474
"R6": false,
7575
"R15": true,
76-
"vc": false
76+
"vc": false,
77+
"otherversion": "Classic, it is the most active version, and its popular among veteran players and the older community because of the lack of melee in many creatures and the preservation of some old movesets.",
78+
"otherlink": "https://www.roblox.com/games/2936351663/DOOMED-Classic"
7779
},
7880
{
7981
"id": "somewherenowhere",
@@ -129,10 +131,13 @@
129131
"submitted_by": "Kleosfellow",
130132
"icon": "https://tr.rbxcdn.com/180DAY-b0247dca16467279b0144207a4e83ac4/512/512/Image/Webp/noFilter",
131133
"banner": "https://tr.rbxcdn.com/180DAY-24f887e6358460d9d4c0c08cc24c092c/768/432/Image/Webp/noFilter",
132-
"genres": ["Medium", "Battlegrounds", "Shooting", "Melee", "Oldschool"],
134+
"genres": ["Medium", "Battlegrounds", "Shooting", "Melee", "Oldschool", "Matches"],
133135
"age": "10+",
134-
"R6": true,"R15": false,
135-
"vc": false
136+
"R6": true,
137+
"R15": false,
138+
"vc": false,
139+
"otherversion": "Original, it is abandoned and inactive by the original developers (the owner got hacked).",
140+
"otherlink": "https://www.roblox.com/games/27713244/The-Legend-of-Calezerbs-Sword"
136141
},
137142
{
138143
"id": "thetroubles",
@@ -158,10 +163,102 @@
158163
"submitted_by": "Kleosfellow",
159164
"icon": "https://tr.rbxcdn.com/180DAY-bee53f1eb45ce4b2c35373c0b4e69e9a/150/150/Image/Webp/noFilter",
160165
"banner": "https://tr.rbxcdn.com/180DAY-79a0d1453f727b803c6170b7459c6c1d/768/432/Image/Webp/noFilter",
161-
"genres": ["Moribund", "Open world", "Shooting", "Historical", "Pirate", "Indie"],
166+
"genres": ["Dead", "Open world", "Shooting", "Historical", "Pirate", "Indie"],
167+
"age": "all ages",
168+
"R6": true,
169+
"R15": false,
170+
"vc": false
171+
},
172+
{
173+
"id": "thelegendofcalezerbssword",
174+
"name": "The Legend of Calezerb's Sword Classic",
175+
"link": "https://www.roblox.com/games/5644655982/CLASSIC-The-Legend-of-Calezerbs-Sword",
176+
"creator": "DrChowderr",
177+
"description": "It is the classic version of a very old 2010 RPG, with a nice amount of lore, a typical enjoyable CRPG experience, but a lot of grinding. This game is long dead, partially incomplete, and receives no players, but it is still worth to check out if you have way more than its price and you like classic RPGs.",
178+
"submitted_by": "Kleosfellow",
179+
"icon": "https://tr.rbxcdn.com/180DAY-5d871dd49cbbec514a14d35edd2080fc/256/256/Image/Webp/noFilter",
180+
"banner": "https://tr.rbxcdn.com/180DAY-77ef521779eff5e9bb0b2e008083b4df/768/432/Image/Webp/noFilter",
181+
"genres": ["Dead", "Classic RPG", "Oldschool", "PvE", "Paid", "Indie"],
162182
"age": "all ages",
163183
"R6": true,
164184
"R15": false,
185+
"vc": false,
186+
"otherversion": "Original, it has gone through hundreds of changes and is considerably worse than the classic version.",
187+
"otherlink": "https://www.roblox.com/games/27713244/The-Legend-of-Calezerbs-Sword"
188+
},
189+
{
190+
"id": "energyassault",
191+
"name": "Energy Assault",
192+
"link": "https://www.roblox.com/games/6172932937/Energy-Assault-FPS",
193+
"creator": "Typical Games",
194+
"description": "A fun futuristic fast-paced laser FPS with a well established community, active development, and a lot of maps. A bit pay to win, but still, again, fun.",
195+
"submitted_by": "Kleosfellow",
196+
"icon": "https://tr.rbxcdn.com/180DAY-b762659f73ea919c22477b92d2e7ccba/256/256/Image/Webp/noFilter",
197+
"banner": "https://tr.rbxcdn.com/180DAY-c74b11e0c5491644d9222c54f5797d2f/768/432/Image/Webp/noFilter",
198+
"genres": ["Massive", "FPS", "Shooting", "Futuristic", "Matches"],
199+
"age": "11+",
200+
"R6": false,
201+
"R15": true,
202+
"vc": false
203+
},
204+
{
205+
"id": "robloxlibrary",
206+
"name": "ROBLOX Library",
207+
"link": "https://www.roblox.com/games/331780620/ROBLOX-Library-2025",
208+
"creator": "ClanDrone",
209+
"description": "A very cozy and welcoming library where you can read player-made books (with a quality filter) about various topics and chill, hangout, and even discover the deep secrets of the d̶̮̚e̵̯͐l̶̠̄p̴͈̄h̵̠̍o̷͕̾m̶̧͊ ̸̗̽c̵̦͒a̶̫̾v̶̱̍e̴͈̔ṙ̶̝n̷̺̐ŝ̷͙ . Its an old game from 2015 with a semi-dead community that receives dozens of books per year. Currently, it has over 4000 and is actively growing. ",
210+
"submitted_by": "Kleosfellow",
211+
"icon": "https://tr.rbxcdn.com/180DAY-8d3b9f7cf2d6fffa05b5e4a9cd4e4b4f/256/256/Image/Webp/noFilter",
212+
"banner": "https://tr.rbxcdn.com/180DAY-1c6d465b0cd5436f4b3c193759de298c/768/432/Image/Webp/noFilter",
213+
"genres": ["Moribund", "Open world", "Philosophical", "Library", "Cozy", "Oldschool", "Indie"],
214+
"age": "10+",
215+
"R6": true,
216+
"R15": false,
217+
"vc": false
218+
},
219+
{
220+
"id": "dreamgame",
221+
"name": "Dream Game",
222+
"link": "https://www.roblox.com/games/5475056496/Dream-Game",
223+
"creator": "VerticalAscent & Contributors",
224+
"description": "An exploration adventure game where you wander through different dreams each sleep. It involves platforming, classic combat, cryptic secrets and uncovering a story told by clues, alongside social hangout and sandbox elements.",
225+
"submitted_by": "Kleosfellow",
226+
"icon": "https://tr.rbxcdn.com/180DAY-c9b7647c29306f029850e0b60447fad3/512/512/Image/Webp/noFilter",
227+
"banner": "../images/gamemedia/dreamgame.gif",
228+
"genres": ["Big", "Open world", "Philosophical", "Horror"],
229+
"age": "13+",
230+
"R6": true,
231+
"R15": false,
232+
"vc": false
233+
},
234+
{
235+
"id": "framed",
236+
"name": "Framed!",
237+
"link": "https://www.roblox.com/games/29812337/Framed",
238+
"creator": "pa00",
239+
"description": "A classic, actively updated, action-packed agent FPS from 2010 where you hunt down and kill your target while staying out of sight of the law, earning the respect of the mysterious PHARO corporation by eliminating the other spies and escaping alive.",
240+
"submitted_by": "Kleosfellow",
241+
"icon": "https://tr.rbxcdn.com/180DAY-5acda2cbbdc5f7f97ae7369232cbe696/512/512/Image/Webp/noFilter",
242+
"banner": "https://tr.rbxcdn.com/180DAY-0bd73a610719f7eab8855ccd4f57debc/768/432/Image/Webp/noFilter",
243+
"genres": ["Medium", "FPS", "Shooting", "Agent", "Oldschool", "Indie", "Matches"],
244+
"age": "13+",
245+
"R6": true,
246+
"R15": false,
247+
"vc": false
248+
},
249+
{
250+
"id": "entrypoint",
251+
"name": "Entry Point",
252+
"link": "https://www.roblox.com/games/740581508/Entry-Point",
253+
"creator": "Cishshato",
254+
"description": "A stealth/action FPS where you join a powerful criminal organization and you entera world of high profile operations like taking down banks, targeting multi-millionares and breaking into blacksites. From stealth to explosive playstyles, there are a lot to choose from, and I recommend playing it.",
255+
"submitted_by": "Kleosfellow",
256+
"icon": "https://tr.rbxcdn.com/180DAY-02daefeadb20be9479c0f563cefdfd6e/352/352/Image/Png/noFilter",
257+
"banner": "https://tr.rbxcdn.com/180DAY-e69f5eb184ac6dcade14d8d2bc62b54d/768/432/Image/Webp/noFilter",
258+
"genres": ["Big", "FPS", "Shooting", "Agent", "Matches", "PvE", "Heist", "Indie"],
259+
"age": "14+",
260+
"R6": false,
261+
"R15": true,
165262
"vc": false
166263
}
167264
]

images/gamemedia/dreamgame.gif

1.27 MB
Loading

0 commit comments

Comments
 (0)