Skip to main content

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

Chain KnightView game page

This game is statisfying. REALLY satisfying. And that's all about it.
Submitted by Vivid — 12 hours, 16 minutes before the deadline
Add to collection

Play game

Chain Knight's itch.io page

Results

CriteriaRankScore*Raw Score
Theme Interpretation#453.3933.393
Audio#752.0712.071
Overall#752.4702.470
Creativity#762.8932.893
Gameplay#762.2862.286
Art#812.2142.214
Polish#851.9641.964

Ranked from 28 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

You should look into Spatial Partitioning if you want to reduce the lag when there are lots of enemies colliding! :D
It's very simple to implement

Developer (1 edit) (+1)

thanks for the feedback :)

Submitted(+1)

Very satisfying watching the chain algorithm at work. Well done. Sometimes the sfx gets really loud.

Developer(+1)

When i made it i didnt know you can cap the audio :)

Submitted(+1)

Cool mechanic! Definitely could explore more of it, having ways to influence the chain, etc. I managed to get a 135 chain as my highest

Submitted(+2)

cool core mechanic idea, but i have no influence over where the chain is going to go, and i dont understand how it chains, there was a lot of moments where i felt like the chain should chain a lot more, but didnt. Starts to lag when there is a lot of enemies. Too loud, and the game freezes when chain is shot. I dont think this core mechanic can stand on its own. It could be a cool weapon for vampire-like game

Submitted(+1)

I think there's a really nice basis for this to be fleshed out a bit into something that could be really fun.  As it stands, it was satisfying to watch the chain go (although the sounds get loud when you hit a chain with 200+ enemies), and even though the game didn't enforce it, I had fun reacting to the randomness of the attack by changing my movement pattern to try to avoid the enemies.  I think this is a really cool starting point and I could see it being expanded into kind of a vampire-survivors-like, but where the focus is on reacting to the paths cleared out by your chain to move around and avoid enemies.  Anyway, that's just the thought I had here.  Even as-is, I enjoyed playing with this and I had a good time watching the shapes that came out of the chain and seeing the enemies get deleted.

Nice work!

Submitted(+1)

Interesting. Not much of a game but it is satisfying. It blew my eardrums out though

Submitted(+1)

I Like the concept a lot and it's working pretty well , Good Job ! 

Submitted(+1)

Really satisfying! 

I unfortunately didn't really understand what made all these enemies end up in a chain. it felt pretty random.

But fun nonetheless, well done!

Developer

The chain is pretty random, but unpredictability is what make it fun, right :3

Joke aside if I have more time I would fix the algorithm so it prioritize traveling to the mouse more. Thanks for your feedback!

Submitted

The sequencing and precision of the chain on the enemy was seamless. And the background music you used really took me back because it was the same track i used for my very first game jam.🥹

Developer

Every newbie start with brackey free asset pack lol :P 

Thanks for your feedback!

Submitted

It would be good for the game to have a way of convening how the chains are done. Otherwise, it feels a little too random, especially since you are not punished by losing HP, so it essentially becomes run around spamming fire.

Developer

You're right. Next time I should add a raycast indicator to show where the line will go. 

Submitted

Both simple but also very satisfying, especially with huge combos.

Developer

Thanks for your feedback <3

Submitted

satisfying! but felt a little too random on how the chain will capture the enemies. Perhaps adding a little bit control like directing the chain twisting and turning will make it feels more strategic.

Developer

One way i could do it is that instead the chain sequence target the nearest enemy in its range, the chain could target the enemy which is CLOSEST to the line between the chain and the cursor. Once the chain has reached a certain distance near the cursor, it will then target the closest enemy as usual.

Submitted

Nice game. It fits very well with the theme!

Developer

Thx for your feedback :)

Submitted

I love the crunchy sounds when you chain everyone. Very satisfying to watch and hear. Though player doesn't have hp.

Developer

I was going to add hp but i didn't have enough time lol

Submitted

That is really satisfying! I'm not sure how the chain actually works but maybe that's why the big chains felt so nice

Developer(+1)

If there is no enemy in the next chain range, the next segment will continue to go straight

If there is enemy in the next chain range, the next segment will change it's direction to hit it. 

The chain cannot target one enemy twice, so every targeted enemy is marked for the next segment to avoid.

The chain generation work recursively that is why all the node appear at once.

Submitted

Ahah very satisfying to gather the most monsters you can and then unleash the power of the chain !

Developer

Thanks for your feedback!

Submitted

I'm not entirely sure what's going on here but damn that's satisfying

Developer

I know the game currently has no objective, I'm still new to this and I couldn't have enough time to make one :P