Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
A jam submission

One way to wingsView game page

Short adventure difficult game
Submitted by Lorsa — 15 hours, 30 minutes before the deadline
Add to collection

Play game

One way to wings's itch.io page

Results

CriteriaRankScore*Raw Score
Enjoyment#13.3333.333
Aesthetic#14.0004.000
Platformer#23.0003.000
Design#32.3332.333

Ranked from 3 ratings. Score is adjusted from raw score by the median number of ratings per game in the jam.

Leave a comment

Log in with itch.io to leave a comment.

Comments

Submitted (1 edit)

That was fun actually, I really like the art style and the music is pretty good as well. I actually like the idea of the stances , and had a good time with it once I learned how to properly block and manage my stamina.

I really wish either the enemies or the player itselft received some kind of knockback tho, it always feels weird when stuff just keep getting inside each other lol.

Also, as far as I recall you made this on Construct right? if so I have some Construct related nitpicks/tips:
- The sword is tied to an image point on the character, but that wasn't really the best option here since when the char mirrors, the imagepoint mirrors with it, so if you're moving away from the enemy you'll have a lower range to hit it. I think what you could do next time you try making something like that is to make an imagepoint on the center of the character and then use it as a reference for the sword positions (like, for idle stance: set the sword X to "Player.ImagepointX(1) - 15" and "+15" for defence. For attack, you could just set the sword origin point a little below it's grip and then you just copy the way you already did here)

-I couldn't finish the game because I got the bug of "Killing too much mice" and not being allowed to proceed, so I got stuck on a level. This bug happens because you may have used a "trigger once" for when you kill an enemy, but since there's multiple of them that can die togheter, you should've used "for each" instead.

That's all, I hope it helps for anything on the future :3 

Developer

Hello! Thanks for such a great comment. The mouse issues were due to the game's kill system. To start the next wave of enemyes, you need to know that the player killed everyone in the previous wave. After each kill, 1 is added to the number of kills. The problem is that you can kill 2 enemies at the same time. In this case, only 1 kill will be counted, and due to the lack of kills, the game does not skip further. I did not come up with another system, in my past games it works the same way.

Submitted

Yep, I've assumed so.

As I said, when making enemies, always use "for each" in the place of "trigger once", and you will already fix 90% of those kind of bugs

Developer (1 edit)

The game has been updated! You just need to reinstall the game. If you like the game, you can try again. I fixed a bug with the inability to complete the game. I didn’t have much time, so the bug might still work. And thanks for the advice, I didn't know that

Submitted

I just played it again and it seens to be working properly now indeed, this time I could actually reach the last level! But I still couldn't beat it because I got stuck inside pirates oof x)
But no problem, I still personally think this is one of the better entries on the jam.

If you end up needing any Construct help on the future you know you can find me on the jam discord, feel free to call me there. I'm not a super professional but I know some tips and tricks that might be useful sometimes

Developer (2 edits)

ok!

Deleted 1 year ago
Submitted

the enemy collisions are stupid, you cannot move into them and yet they can move into you, causing me to have 2 enemies inside me which made movement impossible, the exit button also does not work.

Developer

The fact that the exit button does not work is an engine problem, or I did not find another way to exit the game. At the expense of collisions, apparently you are talking about knights. They are solid, you can even jump on them. If you get stuck in them, that's it, you're dead. Again, the problem is the engine, usually you should be pushed out of the enemy, but apparently it doesn’t work that way.

Developer

Go to the game page and read the description please

Developer

:D