update landing page wording
This commit is contained in:
parent
bf2d629708
commit
61db7de4cb
@ -8,17 +8,25 @@
|
||||
</v-sheet>
|
||||
</v-col>
|
||||
</v-row>
|
||||
<v-row>
|
||||
<v-col>
|
||||
<v-sheet rounded :elevation="5" class="pa-4">
|
||||
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.
|
||||
</v-sheet>
|
||||
</v-col>
|
||||
</v-row>
|
||||
<v-row>
|
||||
<v-col>
|
||||
<v-sheet rounded :elevation="5" class="pa-4">
|
||||
There are no niceties in this implementation:
|
||||
<ul>
|
||||
<li>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.</li>
|
||||
<li>No MMR. Matching is done purely on a first-come, first-served basis.</li>
|
||||
<li>No saves. If you disconnect, or the server goes down for any reason, everything is gone.</li>
|
||||
<li>No pretty. Buckshot Roulette is an incredibly stylish and atmospheric game; this version is not.
|
||||
</li>
|
||||
<li>No pretty. Buckshot Roulette is an incredibly stylish and atmospheric game; this version is not.</li>
|
||||
</ul>
|
||||
</v-sheet>
|
||||
</v-col>
|
||||
@ -28,31 +36,7 @@
|
||||
<v-sheet rounded :elevation="5" class="pa-4">
|
||||
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 <a href="https://twitch.tv/robotisbroken" target="_blank">RobotIsBroken</a>.
|
||||
Please don't DoS me. It won't be a challenge, and all it will do is rob people of fun.
|
||||
</v-sheet>
|
||||
</v-col>
|
||||
</v-row>
|
||||
<v-row>
|
||||
<v-col>
|
||||
<v-sheet rounded :elevation="5" class="pa-4">
|
||||
<v-row>
|
||||
<v-col>
|
||||
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.
|
||||
</v-col>
|
||||
</v-row>
|
||||
<v-row>
|
||||
<v-col width="auto"></v-col>
|
||||
<v-col cols="auto">
|
||||
<v-btn color="secondary">TODO(zeph): actually implement this</v-btn>
|
||||
</v-col>
|
||||
<v-col width="auto"></v-col>
|
||||
</v-row>
|
||||
Please don't DoS me. It won't be a challenge.
|
||||
</v-sheet>
|
||||
</v-col>
|
||||
</v-row>
|
||||
|
Loading…
Reference in New Issue
Block a user