A downloadable game for Windows, macOS, and Linux

Hello, this is (kinda) the first game of Escada Games! At first it was supposed to be a outstanding game, however maybe we dreamt too big. Anyway, lots of lessons were learned. Feedback will be greatly appreciated!

 In this prototype, you play a Archer and you hunt a big slime. And that's about it. Also, it is very buggy, so I say sorry beforehand!

 The controls are:

  • Arrow keys to move;
  • Z or Up to jump (you can double jump);
  • X to dodge;
  • C to attack;
  • Home to respawn.

 Also, you can do sort of a triple jump by double jumping and dodging in air, following immediately by another jump.

The softwares:

  • Engine was the Godot Engine;
  • For the graphics, I used Krita and Sklaiser used Photoshop.

 The credits:

  • Sklaiser did the sprites for the player and the monsters;
  • His sister did the sketch for the thumbnail art;
  • I did the rest (coincidentally, all the bad parts): the code, tilesets, and level design.

 Finally, you can check the code and assets here.

Download

Download
archer_hunter_prototype-win.rar 5 MB
Download
archer_hunter_prototype-linux-NOT_TESTED.rar 5 MB
Download
archer_hunter_prototype-mac-NOT_TESTED.zip 28 MB
Download
archer_hunter_prototype-source_code
External

Install instructions

The Windows version you can play simply by running the executable.

 The Mac and Linux versions were not tested, but at principle the process should be the same.

Development log

Comments

Log in with itch.io to leave a comment.

(+1)

I tried playing through the game three times. Here are some observations:

I liked the character design. It was clean, simple, and nice. The movement was okay. I think the walk/run could be a bit faster. The jump mechanic was decent, a little floaty. Rolling felt good. I especially liked that you could initiate the roll mid jump.

I feel like the shooting mechanic could be improved in one of two ways. Either make the animation/shoot timer a little faster or have it so that the longer you hold down the button to shoot the more velocity the arrow has (with some max velocity). 

Adding even some small sound effects would improve the feel of this game greatly. You still have ~9 hours left. Just find some simple sounds for jumping, shooting, enemy dying, etc. Some simple background music would improve it a lot too. 

Now for the parts I did not like/bugs:

There are a few spots where you move downward and there isn't much to indicate that there is going to be ground for you to walk on. I think just raising the ground up a little more in those areas or giving a little more visual indication that you're not going to fall into a pit would make it feel a lot better. Speaking of falling into pits, I fell into one and kept falling for eternity. Try to implement some sort of simple restart mechanic before the jam ends. In the spot where you have to jump onto the individual blocks in the air, when I hit the side of it I stuck on to it instead of falling. 

I wasn't a fan of the boss battle at all. The way the boss attacks was kind of annoying. I liked that his color changed as he took more damage, but I kept shooting and shooting and it never died. I also fell into the floor in the boss fight in two out of the three times I played the game. I also saw this error in the debugger: "ERROR: Object::emit_signal: Error calling method from signal 'animation_finished': 'RigidBody2D(boss_segundo_teste.gd)::_on_AnimationPlayer_animation_finished': Method not found."

Overall, I think it was pretty good for a first game jam. I think if you keep working at this prototype you could make a fun to play game out of it!