itch.io is community of indie game creators and players

Devlogs

Loop navigation and bug fixes

PEAS! Animated Sudoku
A browser game made in HTML5

Hi folks!

Just updated PEAS with an important change.

Before: sequencial navigation

Before we had what I mean as sequencial navigation. Look the following gif:

What dit it work:

  • If you go down last pea in a column, it jumps to the first pea in the next column.
  • If you go right in the last column, it jumps to the very last pea;
  • If you go left in the first column, it jumps to the very first pea.

After: loop navigation

I wanted to do this since the first version, but was not a priority. 

Because we already have players playing the bigger board (9x9) I felt it's now important to implement it.

Look, the cursor loops from the last to the first pea, and vice-versa, on the horizontal and vertical navigation.

What does this have to do with big boards? On the big board sometimes we need to go fast to prevent or fix some the destructive pea behaviors. 

Bug fixes

  • Fixed the Leaving Pea that was leaving the game when it was locked. 

Again, thanks Catlover for testing and giving me your feedbacks!

That is it! See ya!

Files

  • peas_html_v4.zip 510 kB
    Aug 26, 2023
Leave a comment