Need help with a text based puzzle I'm working on
Posted: Sat Mar 15, 2014 4:38 pm
Hi everyone!
I am new to love2d but so far it's been great. I'm working on a word puzzle similar to scrambler in which I want to display scrambled text to the player and he/she needs to create as many correct words as possible. I am using loveframes to display letter tiles on the screen. In my first iteration I'm just working on hard coding some letter tiles and displaying them to the user. Now I want to check if the player is hitting words on the keyboard from the on-screen scrambled letters and display them in some placeholders on the screen. I'm getting really confused with love.textinput and love.keypressed. Can someone please help me out.
Thank you
I am new to love2d but so far it's been great. I'm working on a word puzzle similar to scrambler in which I want to display scrambled text to the player and he/she needs to create as many correct words as possible. I am using loveframes to display letter tiles on the screen. In my first iteration I'm just working on hard coding some letter tiles and displaying them to the user. Now I want to check if the player is hitting words on the keyboard from the on-screen scrambled letters and display them in some placeholders on the screen. I'm getting really confused with love.textinput and love.keypressed. Can someone please help me out.
Thank you