From a5c7206db0a63a577b4451dd353f40ed20a35b2c Mon Sep 17 00:00:00 2001 From: David Gay Date: Tue, 31 Oct 2023 00:26:52 -0400 Subject: Runs#index appearance and info --- app/views/runs/index.html.erb | 24 ++++++++++++++++++------ 1 file changed, 18 insertions(+), 6 deletions(-) diff --git a/app/views/runs/index.html.erb b/app/views/runs/index.html.erb index 7f935a2..97267ae 100644 --- a/app/views/runs/index.html.erb +++ b/app/views/runs/index.html.erb @@ -1,7 +1,19 @@ -

Runs

+
+

Runs

- +

A run is a playthrough of a game. A run can have multiple "checkpoints", where the player uploads a save file + and any notes about their run.

+ +

Players can invite other people to play their save file. Whoever is playing the save at the moment can + "checkout" the save file so other players know someone is using it. When the player is done, they can upload + the save file and then another player can checkout the save file. In this way, multiple players can take + turns playing the same run!

+ +

List of runs

+ + +
-- cgit v1.2.3