Share My Creation My first game Knight's Soul

5122.png

Hello:)

I'm glad to show you my first game
libgdx+box2d
GOOGLE PLAY: https://play.google.com/store/apps/details?id=coldteam.knight.soul


i want to thank a lot to Informatix for his work!
 

JonPM

Well-Known Member
Licensed User
Longtime User
Looks great! Good job. A couple of things I noticed:
1. When you die, if you play an ad for an extra life, the music seems to stop playing when you return to the game.
2. Main screen on my device (Pixel 1) doesn't quite fill the screen: https://imgur.com/a/mbONK

@NJDude What's up man!?
 

coldteam

Active Member
Licensed User
Longtime User
Looks great! Good job. A couple of things I noticed:
1. When you die, if you play an ad for an extra life, the music seems to stop playing when you return to the game.
2. Main screen on my device (Pixel 1) doesn't quite fill the screen: https://imgur.com/a/mbONK

@NJDude What's up man!?

Tnx,
I know about the problem with music, stops playing at any game pause.
The fix will be in the update
 

andymc

Well-Known Member
Licensed User
Longtime User
Hi, great game, welcome to the B4A game makers club! :)
I've played a little but need to play more, I will send you a PM with my feedback sometime soon.
Good work, keep it up and I can't wait to see what else you're working on! (and the source code :) )
 
Last edited:

ilan

Expert
Licensed User
Longtime User
hi

after playing the game for about 15 mins i have some suggestions for you.

first its a very nice game and i really like the graphics. i planned to make a similar game where a warrior is fighting through levels with his sword. there is a game that i really love that has the same concept and its one of the best games i played for android it is called "Sword of Xolan" and such game i am planning to do in the future. :)

anyway, back to your game:

1, first i want to say that level 1 is super hard. i didn't manage to finish it. it's TOO hard for the first level. you need to make it much simpler so people will not get frustrated and uninstall the game

2, there is an issue with the player movements. when you attack you cannot move and if you attack while jumping it looks like you reset the player velocity in the x axis. i am not sure if it is what you wanted to archive but i personally would like to attack and move while attacking.

3, when the player is on the elevator the jump is much smaller than on ground i also noticed small jumps while the elevator is going up (without clicking on the jump button, i guess its because of the speed of the elevator and the gravity setting of your box2d world) i had similar problems but i managed to solve them in my game "Pixel Knight", you may have a look ;)

4, if you hold the jump button the players jumps in a loop when he touches again the ground. it remembers me of old childish games where the players jumps in a loop. i think its "bubble bubble" but i am not sure. i think it would be better to let the user hit the jump button again after he touches the ground. i have a variable where i store if the jump button was clicked and then i dont let the player jump again until he hits the ground.

5, you draw the player before you draw the whole level (walls, ground,..). and what you get is when you get close to the wall the shield of the player is hidden behind the wall and you dont see it i think it is more correct to draw the player after you draw the walls to avoid that.

6, when the player dies you should draw a different player state like lying on the ground but instead, there is a background with alpha where you can see the player still standing.

7, i really like the background music and the sound of the sword hitting the walls but you need more sound effects like jump or when you unlock the door. some nice animations like door going up would be cool.

8, i had a crash when i exit the game and then went back to it, i sent you a crash report.

9, you should catch the back key and ask the user if he wants to exit the game when he is in menu.

10, are you using native views for your buttons or only libgdx scene actors for your buttons?

bottom line i really like the assets and music and what you did. you are in a very good path and with some small improvements it can become an awesome fun game to play.

i hope you don't mind that i gave my feedback :)

best luck, ilan

ps: is the background you are using klaus avatar? (only pixelated) :D
 

coldteam

Active Member
Licensed User
Longtime User
Thanks for your feedback!
many of these issues will be resolved in the near future
ps: is the background you are using klaus avatar? (only pixelated) :D
What are you talking about?

just textures and coordinates
 

msali

Member
Licensed User
Longtime User
Loved it. Great job.
Little buggy but nice.
Fact of the matter is that it is all in B4A:D:)
 

Josias

Member
Licensed User
Longtime User
Hi Guys, This is an excellent share showcasing what can be done. Can someone tell me how the Game tools menu is done. From how the floating orange icon works, the in/out slide, transparency of the menu and the help call-outs.
 
Top