indiesoftby / defold-scene3d

Scene3D is a collection of scripts, materials and tools to help you develop 3D games with the Defold game engine.
https://indiesoftby.github.io/defold-scene3d/
MIT License
132 stars 8 forks source link

Basic first person shooter example #12

Open subsoap opened 2 years ago

subsoap commented 2 years ago

FPS games are a common desire to make. We could make a Quake style level with TrenchBroom and find a good workflow for that.

Example would need first person view (maybe with unique models), crosshair stuff, shooting, reloading, maybe multiple guns, maybe grenades. Maybe an enemy too with a body+head hitbox for instant kills.

Could also do a 3rd person shooter example in the style of Fortnite.