• Projects
  • Ninja vs. Robots - Free Complete 3D Action Game

Made with Godot 3.4.4 stable. I made 3D models, 2D graphics, sound effects, music, shaders and source code.

The village has been invaded by enemy robots. Destroy 'em all!

The ninja uses an AnimationTree for moving the body parts in independent way. The boomerang can be launched and recovered in the air or on earth. The player decides which hand detains the weapon. In this way, you're always ready to use your favorite weapons (you have two buttons for using 'em).

You can find this game on my itch.io: https://fopenp.itch.io/ninja-vs-robots

There is a version for Windows, Linux, Android (under approval) and HTML5. It's composed by 10 (easy) levels for about 45 minutes of entertaining.

If you try it, let me know and please rate it! Any suggestion is welcome.

The sounds is stuttering sometimes when playing in the browser (Brave, Win11). Otherwise it's good.

Maybe it could be the garbage collector, which causes frame drop and audio drop. My scenes aren't loaded dynamically: everything is loaded in the loader scene (the "loading" screen). I had a similar issue at every scene start, with Firefox (mainly frame drop), not with Chrome.