Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Thanks for the feedback!

- Yes, that was something that bugged me out too! All pieces should be able to make the opening move, but I didn't see how to make it well because of the short time limit. I thought about a 4x4 board, but then the Sun/Moon wouldn't be centered, a 4x5 or 5x5 would leave too much empty space so it'd need a few more pieces, but that would require balancing, and so on... But now that the jam is over, I'll try to think about it more in depth!

- I'm not sure how that could be done... Still I kinda like the idea

- Day/Nights are on a 4~6 turns timer, and Reversals on a 5~7, so they tend to space out only after some time, and in fact I found this problem while playtesting myself too! Only problem is that I saw it too late and couldn't add a wider spacing for the first iteration, but I'm glad someone else is pointing it out!

(+1)

Some ideas from the top of my head:

- You could add one space next to every open space, so it'd be a 3, 5, 5, 3 board instead of a 3, 3, 3, 3.

- You could add "day-night/reversal symbols" to the current open slots (or perhaps just two of them, although you lose symmetry) and whenever you step in one, the respective countdown goes down by one. In my mind it leads to more situations where you can account for cycles changing to make set-ups, or maybe it doesn't and breaks the current balance, lol.

- You could hard code it to 3 and 6 (or something) for the first turn.

(+1)

- Ah, right, the board doesn't NEED to be a rectangle! A cross shape could be the right direction, thanks!

- That's what I had in mind too when you talked about ways to manipulate the cycles, but that seems very hard to balance! Although now that I think of it... It could look like two little spirits (think will'o'whisps), one for each type of Mischief, so it dosn't visually overload the board. They could be placed randomly on an empty space after the second or third move, and work exactly as you described: land a piece on it, you either activate the Mischief, or accelerate it by one turn, then it reapears on a another empty space.
I'm not sure if it will work, but there is definitly some idea here.

- I wanted to do something similar by decreasing the range for the first cycle (like 2~4 for D/N and 5~6 for reversal). Fixed values can also work, but you lose the random side of the mischief, so I'll have to test around with different solution to see what works best.