tangled
alpha
login
or
join now
munksgaard.tngl.sh
/
scoundrel
1
fork
atom
A Gleam implementation of the Scoundrel solo card game
munksgaard.me/scoundrel
lustre
scoundrel
gleam
card
game
1
fork
atom
overview
issues
pulls
pipelines
remove commented out elements
munksgaard.tngl.sh
3 months ago
862111f3
90e2c27e
-2
1 changed file
expand all
collapse all
unified
split
src
scoundrel.gleam
-2
src/scoundrel.gleam
···
74
74
weapon_info(model.state.weapon),
75
75
]),
76
76
room_info(model.state),
77
77
-
// actions(state.available_actions(model.state)),
78
77
flee_button(model.state),
79
79
-
// messages(model.messages),
80
78
],
81
79
)
82
80
}