+ );
+}
diff --git a/app/routes/play/rules.tsx b/app/routes/play/rules.tsx
new file mode 100644
index 000000000..913d8c2de
--- /dev/null
+++ b/app/routes/play/rules.tsx
@@ -0,0 +1,79 @@
+import React from "react";
+import { MetaFunction } from "remix";
+import { makeTitle } from "~/utils";
+
+export const meta: MetaFunction = () => {
+ return {
+ title: makeTitle("Rules of SendouQ"),
+ };
+};
+
+export default function PlayRulesPage() {
+ return (
+
+
Rules of SendouQ
+
v.1.0
+
+
Disconnections
+
+ Each team is allowed one replay per set due to a team member
+ disconnecting. Replay is only possible if ALL of the following are true:
+
+
+ More than half was left in the clock (clock was 2:30 or higher at
+ the time of the DC)
+
+
+ The team without DC's objective counter was at 30 or higher at the
+ time of the disconnect
+
+
Team with the disconnection stopped playing without delay
+
+ Disconnection was unintentional (smacking your table and the Switch
+ popping out of the dock is not considered unintentional btw)
+
+
+
+
+ For the replay same weapons and gear must be used by both teams. Team
+ who fails to do so loses the map.
+
+
+ If players disconnect from both teams a replay can be played without
+ using either team's one replay for the set (or even if there were no
+ replays left to use from either team).
+
+
+ Host disconnection can be replayed with the same conditions as above.
+
+
+
Time limits
+
+ Once a team has all 4 players in the room ready to play then the other
+ team has at most 10 minutes to join the room. Failure to do so means
+ that the set should be started with whatever players are currently in
+ the room.
+
+
+
Subbing
+
+ Subs are not allowed. If one or several players in a team can't play or
+ can't be reached then the set has to be played without them (3v4 etc.)
+ or forfeited.
+
+
+
Alting
+
+ You are only allowed to play SendouQ on one account. You are not allowed
+ to impersonate another player.
+
+
+