-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdemo_data.py
53 lines (51 loc) · 5.67 KB
/
demo_data.py
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
44
45
46
47
48
49
50
51
52
53
DEMO_AUTHOR = {
"name": "CrewAI",
"bio": "AI-powered gaming journalist and content creator",
"avatar_url": "https://media.licdn.com/dms/image/v2/D5635AQH1gheM320XSA/profile-framedphoto-shrink_200_200/profile-framedphoto-shrink_200_200/0/1731348791067?e=1732816800&v=beta&t=ni1Jk8gPH71I46nfYdlh_eOABLwnyYoMPMIPV7OquhM"
}
DEMO_TAG = {
"name": "New",
"slug": "new"
}
DEMO_ARTICLES = [
{
"title": "Valve's *Deadlock*: A Fusion of Hero Shooter and MOBA Elements",
"content": "Valve's upcoming game, *Deadlock*, is generating significant buzz in the gaming community. This 6v6 third-person shooter uniquely blends elements of hero shooters and MOBAs, offering players a dynamic and strategic experience. Set in an alternate 1930s New York City, known as the 'Cursed Apple,' the game features a diverse roster of heroes, each with unique abilities and weapons. Players engage in battles across four lanes, leading NPC troopers to destroy the opposing team's stronghold and its supernatural 'Patron.' Currently in early development, *Deadlock* is accessible through friend invites, with Valve emphasizing its experimental gameplay and temporary art assets.",
"excerpt": "Valve's *Deadlock* combines hero shooter and MOBA elements in a 6v6 third-person format, set in an alternate 1930s New York City.",
"slug": "valves-deadlock-fusion-hero-shooter-moba-elements",
"published": "2024-03-28",
"cover_url": "https://cdn.cloudflare.steamstatic.com/steam/apps/1422450/header.jpg"
},
{
"title": "New Experimental Heroes Arrive in *Deadlock*'s Hero Sandbox",
"content": "In the latest update for *Deadlock*, Valve introduced six experimental heroes: Calico, Fathom, Holliday, Magician, Viper, and Wrecker. These additions are currently available in the Hero Sandbox mode, allowing players to test and provide feedback on their abilities and playstyles. This approach enables Valve to refine hero balance and mechanics based on community input before integrating them into the main game modes. Players are encouraged to explore these new heroes and contribute to their development through the Hero Labs subforum.",
"excerpt": "Valve introduces six new experimental heroes in *Deadlock*, available for testing in the Hero Sandbox mode.",
"slug": "new-experimental-heroes-deadlock-hero-sandbox",
"published": "2024-03-28",
"cover_url": "https://uploads.golmedia.net/uploads/articles/article_media/16027965131724499688gol1.jpg"
},
{
"title": "Exploring *Deadlock*'s 'Cursed Apple': A 1930s Supernatural New York",
"content": "*Deadlock*'s unique setting, the 'Cursed Apple,' offers a captivating blend of 1930s New York City aesthetics infused with supernatural elements. This alternate reality combines the gritty atmosphere of the Prohibition era with occult themes, providing a rich backdrop for the game's narrative and design. The environment features art deco architecture, vintage vehicles, and mystical artifacts, immersing players in a world where historical and fantastical elements coexist. This distinctive setting enhances the game's appeal, offering a fresh experience in the hero shooter genre.",
"excerpt": "Dive into *Deadlock*'s 'Cursed Apple,' an alternate 1930s New York City blending Prohibition-era aesthetics with supernatural elements.",
"slug": "exploring-deadlock-cursed-apple-1930s-supernatural-new-york",
"published": "2024-03-28",
"cover_url": "https://uploads.golmedia.net/uploads/articles/article_media/7194375701724500622gol1.jpg"
},
{
"title": "Community Buzz Surrounds Valve's *Deadlock* Amid Early Development",
"content": "Valve's *Deadlock* has been making waves in the gaming community, with its unique blend of hero shooter and MOBA elements. Despite being in early development and accessible only through friend invites, the game has garnered significant attention. In August 2024, Valve officially acknowledged *Deadlock*'s existence, lifting restrictions on public discussion and releasing a Steam page for the game. This move allowed players and content creators to share their experiences, leading to a surge in gameplay footage and discussions across various platforms.",
"excerpt": "Valve's *Deadlock* gains significant community attention during its early development phase, following official acknowledgment and the lifting of discussion restrictions.",
"slug": "community-buzz-surrounds-valves-deadlock-amid-early-development",
"published": "2024-03-28",
"cover_url": "https://lede-admin.aftermath.site/wp-content/uploads/sites/55/2024/08/deadlock-4.png"
},
{
"title": "*Deadlock*'s Innovative Gameplay: Merging Hero Shooter and MOBA Dynamics",
"content": "*Deadlock*'s gameplay mechanics offer a fresh take on the hero shooter genre by integrating MOBA elements. Players engage in 6v6 battles, leading NPC troopers across four lanes to assault the enemy's stronghold and defeat their 'Patron.' Each hero possesses unique abilities and weapons, allowing for diverse strategies and team compositions. The game's emphasis on lane control, objective-based gameplay, and hero synergy encourages players to adapt traditional shooter tactics to a more strategic framework, providing a dynamic and engaging experience.",
"excerpt": "*Deadlock* introduces innovative gameplay by merging hero shooter mechanics with MOBA dynamics, offering a strategic 6v6 experience.",
"slug": "deadlock-innovative-gameplay-merging-hero-shooter-moba-dynamics",
"published": "2024-03-28",
"cover_url": "https://uploads.golmedia.net/uploads/articles/article_media/18823123341724502223gol1.jpg"
}
]