Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

finalsabbath

8
Posts
2
Following
A member registered Jul 31, 2024 · View creator page →

Creator of

Recent community posts

Thank you both.  I adjusted the pickup collision to be a lot more generous and bumped the player collision back up a bit(had made it a little too small when trying to tune difficulty a bit)

Thanks!  The score bug did get fixed, just cannot upload a new version until the voting period ends.  For the coins does it feel more like you are jumping over them or to the side?  I shrunk the player collision a bit to make it a bit easier for avoiding obstacles but I can bump it back up a bit

cool idea but I did not see any enemies or anything.  Also required a lot of mouse movement as it was forced full screen on an ultra wide screen monitor.

Code and history was a bit tough to read but I have never used Flax and don't do a ton of .net so that could also just be on my end

Seems like a cool game but I had a hard time playing it as it was forced full screen on an ultrawide monitor.  Could not find a way to make it windowed but might be good to have it start that way.  Code was pretty clean though I think there are some decent opportunities for reusable functions.  That and the one huge commit at the end was something to behold :)

Cool idea and nice way to use new engine features :)

Definitely a bit tricky to move between buttons quickly and accurately.

I did run into a few times where music did not play when starting a new run.  I think it was when it was started too quickly after hitting something.

Code was pretty easy to understand.

Great game.

Really liked the art and overall style.  Cool approach to a runner though would not call it a forever runner as it will end one way or another(either at the dragon or an enemy).  I did run into an issue when dying to an enemy there did not seem to be a fail state, it just waited there after my health went to zero.  Similar for beating the dragon.  Would be great to add a button to send you back to the main menu.

Code was very readable and well standardized.  Really liked the coding conventions doc, will have to do that for my projects in the future.

Created issue for leaderboard item.  Need to touch base with Silverwolf on that one : https://github.com/finalsabbath/3d-runner/issues/1

Thanks for bug report, will fix that.  For leaderboard I did make it so that it only adds score for new PB, just need to find a way to remove the old one(s)