A basic game that imitates some of the mechanics of the popular 2014 game Five Nights at Freddy's 2 and aims to serve as an example project for people looking to make a 3D FNAF fanmade game in Godot that incorporates similar mechanics.
- Animatronics
- Main menu
- Game Over screen
- Customizable office view panning
- Monitor/Cameras with toggleable flashlight
- Toggleable left/right vent lights and desk flashlight
- Mask
- Making better use of composition instead of inheritance for the animatronics
- Security door(s) (because my older fnaf 1 example project is outdated)
- More documentation/comments
- Better structure/cleaner code
- And potentially more stuff
The objective of this project is not to replace the original game nor to create a comprehensive/complete/good fangame. The only goal is to make a project that can be used to see how some of the original game's mechanics can be implemented in Godot.