Skip to content

Commit

Permalink
update some bedlam content
Browse files Browse the repository at this point in the history
  • Loading branch information
seesharpguy committed Jun 7, 2024
1 parent 85a8c8a commit 745bd1a
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 37 deletions.
9 changes: 9 additions & 0 deletions docs/games/bedlam/bedlam.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
id: bdlam
title: ""
sidebar_label: Bedlam Games
---

import {BedlamRedirect} from '@site/src/components/BedlamRedirect';

<BedlamRedirect />
2 changes: 1 addition & 1 deletion docs/games/bedlam/index-bedlam.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
id: index-bedlam
title: Overview
sidebar_label: Overview
slug: /games/bedlam/
slug: /games/bedlam/overview
---


Expand Down
9 changes: 0 additions & 9 deletions docs/games/bedlam/yass.mdx

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { useLocation } from 'react-router-dom';
import GooglePlayButton from '@theme/GooglePlayButton';
import AppStoreButton from '@theme/AppStoreButton';

const BedlamRedirect: React.FC = () => {
export const BedlamRedirect: React.FC = () => {
const [display, setDisplay] = useState('none');
const location = useLocation();
const params = new URLSearchParams(location.search);
Expand Down Expand Up @@ -44,7 +44,7 @@ const BedlamRedirect: React.FC = () => {
}}>
<div className="row">
<div className="col col--12--center yassIcon">
<img src="/img/yass/playstore.png" alt="Y.A.S.S. Solitaire" />
<img src="/img/bedlam/feature.png" alt="Bedlam Games" />
</div>
</div>
<div
Expand Down Expand Up @@ -73,44 +73,37 @@ const BedlamRedirect: React.FC = () => {
</div>

<div className="row">
<p>Bedlam Games: Where Chaos Is Just Another Day in Paradise!</p>
<p>
"In a world brimming with Spider Solitaire games, we thought, "Why not
add one more?" Introducing "Y.A.S.S - Yet Another Spider Solitaire,"
the game that dares to tread where many have tread before, but with a
few delightful twists!
Step into the world of Bedlam Games, a revolutionary multiplayer
gaming platform that transforms your living room into a hub of fun and
madness. Inspired by the likes of Jackbox.tv, Bedlam Games offers a
variety of engaging games where your mobile device becomes the
controller, and your TV or computer screen becomes the central game
board.
<br />
<br />
Why Y.A.S.S?
Why Bedlam Games?
<br />
<br />
Sure, you've probably played Spider Solitaire more times than you've
hit the snooze button, but Y.A.S.S brings a fresh charm to this
age-old classic. Here's why our game stands out in the deck:
Unleash Creativity: Play a variety of games in various categories such
as drawing, trivia, adventure, and puzzles that will be sure to test
your skills.
<br />
<br />
Choose Your Challenge: Whether you're a one-suit wonder or a four-suit
fiend, we've got you covered. With 1, 2, and 4 suit difficulty levels,
Y.A.S.S caters to the cautious beginner and the daring expert alike.
Engaging Atmosphere: Our games are designed with rich, colorful
graphics and a chaotic, fun atmosphere that keeps everyone
entertained. You can play in a single place all together, or remotely,
the choice is yours.
<br />
<br />
Unlimited Hints & Undos: Because everyone deserves a second
chance...or third...or maybe a fourth. Made a wrong move? Our
unlimited undos are like your favorite comfort blanket - always there
when you need them.
Games and content is constantly updated, so you'll never run out of
new challenges. Download Bedlam Games today and bring the chaos to
your next game night.
<br />
<br />
Deal Sharing: Think you've nailed a tough deal? Challenge friends to
beat your score with the same cards. It's like sending a postcard, but
with more bragging rights.
<br />
<br />
Climb the Leaderboards: Showcase your solitaire prowess and rise up
the ranks. Remember, it's not just about playing; it's about playing
to become a legend."
</p>
</div>
</div>
);
};

export default BedlamRedirect;
Binary file added static/img/bedlam/feature.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 745bd1a

Please sign in to comment.