Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(+1)

At first I thought I was going to have to play the tutorial every time I died, but I was pleasantly surprised that I just had to get good and beat one real opponent to get out of that cycle.

I got to 900pts before I called it quits, perhaps a weak score. I only played it as a reflex kind of game. I did not even notice, let alone consider, anything in the environment as cues for what stance my opponent would end up choosing.

After reading your dev log on the Punch Out inspiration I absolutely love that concept, in theory. It is certainly a neat way to create random background variation AND opponent variation. The fact that you can generate these cues and then kind of just iterate through them at varied rates to have the opponent change their stance before finalizing it, is a cool way to make them feel more alive. (Although your implementation could just have them changing stance randomly, wiggling their katana until at some point they get to their calculated final stance, accounting for any modifiers rolled.) But I feel like I would have to do a lot of studying and data collection through trial & error just to discover the modifiers. Then I have to be able to do this calculation in my head before each new opponent strikes. Seems very difficult to do from the player's perspective. Perhaps it is actually simple and I am just blind.

After writing all that above, I have spent enough time thinking while typing, and I can now see some kind of play behavior where I am saying to myself "red guy, deer, cloud, bird... last time that was middle *smashes up key*" If there are a lot of possible combinations that might be easier said than done though. Anyways...

Overall an awesome game. I had good fun playing it and analyzing it. Keep up the good work!

(+1)

You were one match away from completion then, I’ll need to update the description so people don’t miss it!

Tutorial will get some refinement after the ratings are over, only the last stage will be needed to be redone!

(Although your implementation could just have them changing stance randomly, wiggling their katana until at some point they get to their calculated final stance, accounting for any modifiers rolled.)

Funny you mention it, this is actually what is happening in the background. Final stance is is calculated based on enemy type, then I roll modifiers for it based on the type. In the match they actually just randomly switch around, to create the illusion of thinking, and after some time elapsed they switch to their final stance.

“red guy, deer, cloud, bird… last time that was middle smashes up key

Before I added the color stance variation this was exactly how I handled them, I think it is recorded on devlog 2 or 3 not sure which!

Thank you for the kind words! Always happy to hear someone enjoying my games, even more with some analyzing and reading through the devlogs is the cherry on top. I’m really humbled!