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

Holy Knight - Godot C# Game JamView game page

First game jam attempt (Godot C# Game Jam). 2D point and shoot.
Submitted by nozusdio — 18 hours, 15 minutes before the deadline
Add to collection

Play game

Holy Knight - Godot C# Game Jam's itch.io page

Results

CriteriaRankScore*Raw Score
Theme#23.7534.333
Graphics#23.7534.333
Audio#40.8661.000
Fun#42.8873.333
Overall#42.8873.333

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

Judge feedback

Judge feedback is anonymous.

  • Hey really enjoyed this, wanna say thank you for joining :D

Leave a comment

Log in with itch.io to leave a comment.

Comments

Submitted

As Stephen said its super similar to his. Is there a reason you didnt allow jumping because I naturally tried to jump with the space key XD

Developer(+1)

Hey man thanks for playing!  Yeah, mostly due to time! I already went 3-4h over deadline (first time exporting/"finishing" a project)
I felt like jumping would make the current game too easy.. Btw you can spam the projectiles (should have added a timer for that) and with a mouse should be easier to get over 20 :P Tried to play with my touchpad and couldnt 

I would have added jumping if I had gotten around of adding the second enemy type that would come out of the walls and would bounce around the map :D That would balance things out and make better use of the vertical space in the scene

Submitted

I thought you had some kind of delay after the pressed the mouse button

Developer

Oh yeah thats right, there is like a 0.3 sec delay due to the animation!  Still you can spam the hell out of them

Submitted

Okay I just tried it out again, got 287 XD, I didnt realized I could spam it(my finger hurts now lol)

Developer(+1)

Yeah, should have went with IsActionPressed instead of IsActionJustPressed for that :D 

Submitted

Yeah just stick a looping Timer node and check if it restarts to instance the next projectile while its held (prevents spamming)

HostSubmitted(+1)

Almost got to 2k! Our games are quite simular in mechanics :D

Submitted (2 edits)

Im either really bad or youre lying, I can barely pass 16. unless you ment to say 20 XD


(EDIT) Okay didnt realize I can spam the mouse button XD

Developer

Yeah, tell me about it! In my defense I only saw the cggj chat until after I had the main game loop implemented and saw your videos in the chat. By then, it was too late.. Also you played it way too much to get to 2K! If you look at the source zip and under Assets/Enemies you can see the smaller demon meant for the second enemy type that would come out of the walls and bounce around. Which would mess with the strat of clearing each side at a time