Comments

Log in with itch.io to leave a comment.

(+1)

Really good job! : 0

Making 3d games is no joke

Thanks for playing!

(+1)

Interesting :). AI is good, graphics are great. On my touch pad looking around is very fast, i need to get used to it. But overall cool game.

I will update the game with sensitivity option when I have time. Thank you for constructive feedback!

(+1)

Very nice, controls are OK, you have accomplished soo much with so little time. I want to try 3d as well, in the near future. I couldn't muster hacking away until I get a gun, because I have ADHD and my attention span requires some reaaal action for me to get into it...

But very nice, cool that this can be accomplished using little old libGDX!

Thanks for the feedback! I have intentions to release the source code with a free license so that people can use this as a FPS template. The code is really hacky though. Let me know if you are interested.

(+1)

Awesome Job! Once you get the pistol the game really picks up. And plowing through the 10 waves was really fun. For sure, this was a great entry.

Thank you for the review!

(+1)

Awesome

Thanks!

(1 edit) (+1)

Hey, fun game and good sound track.

I know you also have used Godot.  Glad to see another libGDX 3D submission. 

If you want to enable anti-aliasing in the libGDX GWT launcher just set the config.antialiasing to true.

GwtApplicationConfiguration cfg = new GwtApplicationConfiguration(true);
cfg.antialiasing = true;

This should smooth out the jaggies.

Thanks for feedback, I'm glad you liked it!

I appreciate your help but it was a deliberate stylistic choice to make the game look slightly pixelated. I used nearest filtering in FBO. However I agree that it's questionable whether this made it look better :D