A Gleam implementation of the Scoundrel solo card game munksgaard.me/scoundrel
lustre scoundrel gleam card game

remove commented out elements

-2
-2
src/scoundrel.gleam
··· 74 74 weapon_info(model.state.weapon), 75 75 ]), 76 76 room_info(model.state), 77 - // actions(state.available_actions(model.state)), 78 77 flee_button(model.state), 79 - // messages(model.messages), 80 78 ], 81 79 ) 82 80 }