Sidsector9 / the-language-game

https://sidsector9.github.io/the-language-game/
1 stars 0 forks source link

replace local variable with a state variable for cycle counter #37

Closed Sidsector9 closed 4 years ago

Sidsector9 commented 4 years ago

Currently, a variable i is used to iterate through the syllable array. To achieve #26, a state needs to be maintained which can be updated to traverse back and forth using a next and previous button.

Sidsector9 commented 4 years ago

Resolved in #38