Open Source Game Series 2 - First Person Shooter

Hi,

Continuing the Open Source Game Series (first episode here), in the episode 2 we have a simple 3D FPS game.

You can play it here:

https://simple-3d-fps-game.herokuapp.com/

And the full code is here:

I hope you can enjoy it!

Special Thanks (these guys helped me a lot during the game development):
@Deltakosh, @MarianG, @bghgary, @Gijs

EDIT (June 11, 2019): Fixed the sensitivity and inertia of the camera to present a more pleasant gameplay

10 Likes

Excellent!

1 Like

Great!!

1 Like

Link is dead.

Hi there, the code is still alive on Github: GitHub - TiagoSilvaPereira/simple-3d-fps: A simple FPS game with BabylonJS engine following Clean Code principles (Demo link is dead because Heroku does not offer free accounts anymore)

1 Like

Mind if I fork this? For maintaining my awesome-babylonjs list, I’ve forked several abandoned Babylon.js projects on GitHub and ported them to TypeScript, then deployed them to GitHub pages.

Have you considered github pages? It’s how I’m hosing my small projects.