Im working on a game where I'd like for the player to enter a code (a year previously mentioned earlier) to make it a little more interactive. Any ideas on how to make an input method for a four digit code?
TIA!
a little engine for little games, worlds, and stories · By
I think it should be possible!
I would take this as your starting point and see if you can adapt it to do what you want: https://brandonmakesthings.itch.io/a-bitsy-keyboard
Has anyone tested this, does it work for entering code? if i understand this correctly by interacting with letter sprite we get a variable (and we add to it to get all word). but what next - if we have this variable with a "pass-code" whats next? how do we use it to open the door?
btw - gait idea for text input :) though text input could be a default feature of bitsy..