Piñata Hammer is a game engine and server for small games.
No need to host your own server or worry about saving code, it is all here.
Simple scripting
Like Choose Your Own Adventure books,
you can dictate what happens next,
as both the player and the writer.
(defscene take
(text "You take a hot cookie from the tray.")
(wait 2)
(text "Mmm...")
(prompt take "Take")
(prompt store "Store")
(prompt smell "Smell"))