srobo / tasks

Collects all the tasks which we want to work on.
https://github.com/srobo/tasks/issues
1 stars 0 forks source link

Design score entry forms for marshals #756

Closed RealOrangeOne closed 2 years ago

RealOrangeOne commented 2 years ago

Score entry forms for use by marshals in the arenas need to be designed. There is guidance for how to do this for SRComp at https://github.com/PeterJCLaw/srcomp/wiki/Competition-Preparation#create-a-score-sheet

Original

comp/game/score-forms

sedders123 commented 2 years ago

This is in progress https://github.com/srobo/arena/pull/3

WillB97 commented 2 years ago

It was noted in SR2019's retros:

Score sheets should be oriented based on the location of the door.

Certainly having something in the cube marked to orientate the score sheets would be good.

PeterJCLaw commented 2 years ago

Score sheets should be oriented based on the location of the door.

Certainly having something in the cube marked to orientate the score sheets would be good.

The score sheets use intrinsic aspects of the arena to orientate themselves -- corner zero is in its canonical position in the top left. The arena itself will need to show this too.

I'm not sure that having markings on the score sheets which relate to things which are essentially implementation details of the arena (e.g: position of the door) is a good idea. Consider what happens if the orientation of the arena relative to e.g: the door changes when the arena is actually constructed due to something unforeseen (as has happened) -- we'd have a pile of printed scoresheets which are then actually wrong with regards to this orienting.

I'm not sure exactly what was missing in 2019 which lead to this feedback, however I would encourage that:

I agree we shouldn't rely on the latter and the design of the score-sheet does aim to be self-contained.