Skip to content

Add mirroring #91

@edwardchalstrey1

Description

@edwardchalstrey1

Requested enahancement or feature

Alongside the vertical/horizontal switch, it may be helpful to have a mirror toggle. For example this game would look better if the terminal outcomes were pointing down rather than up:

Image

Here is the EFG used for the above:

EFG 2 R "Alternating Russian roulette (sequential draws)" { "Player 1" "Player 2" }
""
p "" 1 1 "" { "Quit" "Pull" } 0
t "" 1 "P1 quits (P1=D, P2=W)" { 0, 1 }
c "" 1 "" { "Fire" 1/3 "Survive" 2/3 } 0
t "" 3 "P1 shot (P1=L, P2=W)" { -1, 1 }
p "" 2 1 "" { "Quit" "Pull" } 0
t "" 2 "P2 quits (P2=D, P1=W)" { 1, 0 }
c "" 2 "" { "Fire" 1/2 "Survive" 1/2 } 0
t "" 4 "P2 shot (P2=L, P1=W)" { 1, -1 }
p "" 1 2 "" { "Quit" "Pull" } 0
t "" 1 "P1 quits (P1=D, P2=W)" { 0, 1 }
t "" 4 "P2 shot (P2=L, P1=W)" { 1, -1 }

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions