Open oubiwann opened 2 years ago
With the above support, the following now works:
(clj:-> "priv/twine/lobby-game.json"
(lmud-twine:read)
(lmud-twine:passages))
which gives:
(#"Lobby"
#"Create Character"
#"Join Game"
#"Delete Character"
#"Manage Account"
#"Delete Account")
Part of:
63
Example basic parsing:
Tasks: