a bitsy keyboard
About
this demo is designed to showcase user input in bitsy
no hacks =)
it starts with a blank variable for the name
each time the player interacts with a letter, that letter is appended to the name variable
{name = name + "a"}
the reset button sets the name variable back to an empty string
{name = ""}
i chose this keyboard layout for its simplicity and efficiency, though there are many other configurations that would work in other situations
thank you for taking the time to view this demo and read this text
if you have any questions, i'll be happy to answer in the comments
-brandon