From 61db7de4cb4f3a097445837371b9a43da8195396 Mon Sep 17 00:00:00 2001 From: Branden J Brown Date: Thu, 1 Feb 2024 21:19:57 -0600 Subject: [PATCH] update landing page wording --- site/src/components/TheLanding.vue | 42 +++++++++--------------------- 1 file changed, 13 insertions(+), 29 deletions(-) diff --git a/site/src/components/TheLanding.vue b/site/src/components/TheLanding.vue index 970855a..fde08dc 100644 --- a/site/src/components/TheLanding.vue +++ b/site/src/components/TheLanding.vue @@ -8,17 +8,25 @@ + + + + When you log in and press PLAY below, you will be randomly matched with an opponent. + One player will be assigned as the dealer, and the other will be the challenger. + While there are plenty of changes that might improve balance for a PvP version of this game, the current rules are as in the original. + The challenger moves first each time the shotgun is loaded, but must win three rounds to win the match. + The dealer only needs to win one round. + + + There are no niceties in this implementation:
    -
  • No user accounts. Functionality is tied to your IP address for now, and things will probably - break if there are multiple players on the same local network.
  • No MMR. Matching is done purely on a first-come, first-served basis.
  • No saves. If you disconnect, or the server goes down for any reason, everything is gone.
  • -
  • No pretty. Buckshot Roulette is an incredibly stylish and atmospheric game; this version is not. -
  • +
  • No pretty. Buckshot Roulette is an incredibly stylish and atmospheric game; this version is not.
@@ -28,31 +36,7 @@ Similarly, this server is not intended to be robust. It runs on a hand-me-down PC sitting on the floor of my living room, the same computer that runs RobotIsBroken. - Please don't DoS me. It won't be a challenge, and all it will do is rob people of fun. - - -
- - - - - - In order to provide the functionality of this service, I must collect and process your IP - address, - which is identifying information. - I do not permanently store it, and I do not use it for any other purpose. - However, I still feel it is appropriate to explicitly require your consent to use it. - Clicking this button saves a cookie on your device which tells the server it's ok to handle your - information as necessary to provide the service. - - - - - - TODO(zeph): actually implement this - - - + Please don't DoS me. It won't be a challenge.