Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(+1)

Wow, really impressive for a 12-hour game! You got skill - doesn’t matter if it’s inspired by another game or not. Graphics and audio are awesome, the levels are well-designed, movement could be a bit better, but it’s good enough. Cool parkour game overall!

One problem I noticed is on the 3rd level you have less energy than there are turrets, so it’s impossible to complete. And it also would be nice to have a “Next Level” button so you don’t have to go to the main menu each time. Also I noticed that the timer in game is slower than real time - my guess is that you don’t use delta time in your time calculation, but it’s just a guess. I’d do it like this:

var time: float = 0
func _process(delta):
    time += delta

I also liked your devlog! Very incredible to develop games at your age, especially of such good quality.

Fantastic job on the game. I wish you success and all the best. :-)

(+1)

Omg thank you so much! Also thanks for the solution on the timer i had a problem with that and couldn't figure it out so its great that I know how to do that now. Well thanks so much for the comment and I wish you good luck on your game dev journey.