Skip to content

Old fashion FPS game written with Godot engine

License

Notifications You must be signed in to change notification settings

FelicePollano/Boom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Boom

Old fashion FPS game written with Godot engine. Very simple exercise, but kind of playable. It features NavigationMeshInstance and Navigation agent.

Contents

Video and screenshots

Here a short video screen1 screen2 screen3 screen4 screen6 screen7

Comparing with and without lightmaps effects

screen8

Note for developers

After lightmap introduction, some levels can complain about a missing dependency. This is due to the reasonable limitation Github imposes to file sizes. Just ignore this, and re-bake locally for the interested levels the Lightmaps, see screenshot below: how-to-bake

For non godot developers, godot 3.5.1 is needed, It could possibly work with other 3.x.x versions. It comes with a single launchable files in both Windows and Linux and Mac systems. After cloning the project, just "Scan" the folder containing the clone with Godot project explorer and open or run it.

Credits