Skip to main content

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

Scribble SkirmishView game page

Steal your enemies' weapons and use them against them!
Submitted by LowVoltage — 6 hours, 54 minutes before the deadline
Add to collection

Play game

Scribble Skirmish's itch.io page

Results

CriteriaRankScore*Raw Score
Controls#44.1234.123
Overall#143.8673.867
Graphics#164.2984.298
Accessibility#233.3683.368
Originality#243.8603.860
Audio#273.6323.632
Fun#313.6323.632
Theme#324.1584.158

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

Godot Version
4.6

Theme Interpretation
For the theme of "Theft", I went with the obvious interpretation of "stealing" something. I was inspired by Pokemon battles, where you have a limited pool of options in a combat against some monster. The twist that fits into the theme is that you can steal the opponent's weapon to gain advantage.

Wildcards Used

Left Wildcard

The first wildcard (description pending)

Right Wildcard

The third wildcard (description pending)

Discord Username(s)
_low_voltage_ (Low Voltage)

GWJ Participation Level
1

Team Size
1

Leave a comment

Log in with itch.io to leave a comment.

Comments

Viewing comments 38 to 21 of 38 · Next page · Last page
Submitted

Super cool yet simple concept, I loved it! I only found quite frustrating not to be able to know what a weapon did before using it. But amazing job nonetheless!

Submitted

intresting game. bomb mace is amazing

Submitted

I love the art style and music - very easy to play and very addictive :)

Submitted (1 edit)

I think the game could benefit from weapons/item explanation, not all items are visually destinct enough to understand immediatly what they would do. Also the shields seem to be a bit overpowered. Music and Sound effects could need an upgrade or are not specifically my taste.
I think the game idea is cool but it was too hard for me without understanding what a type of enemy/weapon i was currently facing, and I was not ready to put into a lot of trial and error. So for me the "readability" killed the gameplay, also would be good to give a more clear visualisation of dmg, health and armor. Maybe weapons switching should not take a whole turn, but that would change the gameplay.

If that is only your second game (on your itch page). it is already very well done! Keep going!

Submitted(+1)

I really liked the interpretation of the theme, the idea is well executed ! The game is very polished, I loved the graphics. I would love to play a more complete version !

Developer(+1)

Thank you so much! In the state the game is right now it would be pretty easy to add more enemies or weapons, but if I'm being honest I'd rather rebuild the entire thing from the ground up with less spaghetti code haha.

Thank you for playing!

Submitted(+1)

Very clever approach of the theme ! I really liked the art and enemies/weapons design too, some of them gave me a good laugh. This is one of my favourite so far, congrats on your entry !

Developer

Aww thank you! That means a lot! I'm primarily an artist so I'm glad you enjoy the visuals/designs.

Thanks for playing!

Submitted(+1)

Really liked this take on turn based combat, at first glance it seems relatively simple but there are emergent gameplay elements that come about once you realise that timing when you steal an opponents weapon is just as important as deciding when to attack, when to defend etc.

This is a very unique take and I'd love to see it expanded upon.

Great work!

Developer

Thank you so much!

I am not sure how much I'll expand on it, if at all, but I am glad you enjoy the concept!

Thank you for playing!

Submitted(+1)

Was looking forward to playing this watching the progress on discord you did really well. The art fit your game super well  and the visual humor of the variety of weapons we a good touch. Great work. 

Developer

Thank you so much! I'm glad you appreciated the visuals! Your game looks really good too!

Submitted(+1)

I remember this from from the WIP channel on Discord! Cool concept, a good example if a very simple, but well-executed gameplay. I liked the creativity that went into the various enemies and weapons. The music was a bit hard on the ears for me, but I guess it's part of the sketchy style.

A simple but useful improvement that I would recommend is regarding the tooltips. First, I think they should appear much faster, I always wanted to check what a weapon does but it felt way too long. Second, if that doesn't go directly against some design choice of yours, I think you could also make the information about the enemy's weapons available (e.g. as a tooltip) because the player's choice to attack, swap or steal will always depend on what they are facing. Of cource, if I steal a weapon and swap to it, I can check it myself, but that's 2 turns lost just to get information.

Developer(+1)

Thank you for the detailed reply!

Firstly, I agree that the music is a bit much, I left sound design for the absolute last minute because I am definitely not good at it haha. There is a mute button at least, I hoped that would be appreciated in lieu of an actual sound options menu.

Regarding the tooltips, it's funny that you say that! The time it took for them to appear was originally shorter (around 1 second) but I grew annoyed at them for showing up too quickly, so I bumped the time up to 2 seconds. I agree they take a bit too much now, the answer is probably a happy medium. This was also a last minute decision, which I guess is becoming a pattern haha.

And I did want to make the weapons and enemies also show tooltips on hover, but I did not have time to figure that out in the end. Something about them being Sprite2Ds instead of Control nodes, but I'm not an expert. I'm still learning Godot and game dev in general!

Thank you so much for playing! Your feedback is appreciated.

Submitted(+1)

Yeah, I know that feel, but you still ended up with a very cool game, so congratulations! Regarding the tooltips, I'm not an expert myself, but I think you can probably add a control node as a child that would cover the whole sprite (but without any displayed content) and the tooltip should work on hover.

Submitted(+1)

Very fun and easy to pick up! One thing I wish is that the defensive weapons were a bit better, since as of now it's almost never worth it to switch from a toy sword to a shield or even a friendly bat. Otherwise, the game loop is fun and original, the artstyle is charming and the tooltips are very useful

Developer

Thank you!

Funnily enough, I nerfed the defensive weapons during development because I though they were too effective. I'm not great at balancing, so this is certainly a point that would need to be revised to make the game more fun.

Thank you for playing! Your feedback means a lot.

Submitted(+1)

This was solid! The art is lovely, and once it clicked for me I had a ton of fun. The one piece of feedback I'd offer is that it would be nice to have a tooltip on my offhand weapon and the enemy's weapons, so I can remember what it does/plan around what I should yoink next. If you're not already using it, Godot has a built-in tooltip system that would make that easy. Good job!

Developer

Thank you so much!

I did actually want to add tooltips in that way, instead of just on the buttons. One of the reasons I didn't is because I saw no easy way to customize the appearance of the built-in tooltips (without some method like using some roundabout method like a plugin). Maybe I am missing something though? I know there is a mehtod called _make_custom_tooltip() but I was intimidated by the though of overriding it haha.

In any case, thank you for the feedback and thanks for playing!

Submitted(+1)

No problem! As far as I know, the "normal" way to customize a tooltip is through themeing. So you'd apply a theme to the tooltip'd item (or a control parent of that item, or just set the global theme) and then customize the TootipPanel and TooltipLabel types in that theme. In your case, you could set the TooltipPanel's panel to a StyleBoxTexture to apply your hand-drawn background to the tooltip, for example.  I don't wanna spam you with advice so I'll leave it there, lol. I'm @lynnfr on the discord, feel free to DM me if you have questions.

Submitted(+1)

Dude you knocked it out of the park for your first game jam submission, this one is so good (my first was awful, lol)

The art of not only the characters & items, but the paper, table, & UI all go a long way to sell the hand drawn effect and it's just so charming. Also the design of the monsters really match that doodling-in-the-margins feel, you know? Also you included bonus art just for the itch page instructions? crazy 

The combat has a solid structure, but man it is unforgiving and tough

Keep up the good work though!

Developer(+1)

Wow thank you that means a lot!

I have much practice in doodling, so it felt very natural to me haha. Also, the little how-to-play drawings are in the game too, not just the instructions, but I decided to put them in both!

Thank you for playing! :)

Submitted(+1)

Very cool art. Once I aquired the club I onshot so many enemies.

Developer

Ha! Yeah, the club is a bit busted.

Thanks for playing!

Submitted (1 edit) (+1)

Love the art style, the game is challenging, but in a good way. You implemented the theme in a very unique way and I think it turned out awesome! At first, I wasn't sure which item would go where when I stole from the opponent some indication of that (some arrows pointing when you hover on steal perhaps?) could be nice :))). It might be just me, but at first, the "how to play" section felt a bit complicated, of course as you play you understand. Congrats, great entry!

Developer(+1)

Thank you for the feedback!

I did want to do a more in depth tutorial for the game, but I didn't because 1: I did not have time in the end, and 2: I had no idea how the gameplay was going to be either, I kinda made it up as I went haha.

Thanks for playing!

Submitted(+1)

Love the idea and the execution !
Great work !

Developer

Thank you for playing!

Submitted(+1)

amazing concept, really cool game

Developer

Thank you for playing!

Submitted(+1)

I like a doodle art and game concept. animation and sound was so good.

Developer

Thank you for playing!

Submitted(+1)

Idea for the implementing crayon on paper look is really nice. Good animations. Small detail, but I would welcome settings option fox getting the music bit down so I can enjoy it.

Developer

Thank you for the feedback! I did originally want to have a whole settings menu, but in the end I had to compromise. There is a mute button, but of course I understand it's not the same thing.

Thanks for playing!

Viewing comments 38 to 21 of 38 · Next page · Last page