Hello and welcome to my remake of Five Nights At Freddy's! make sure to read these instructions before playing as they inform you on how to play =========== WASD to move click C while moving to sprint Press Q to use flashlight hold Q to put away flashlight Press space to interact with items (a notification will pop up) < > spam right and left arrows to charge your flashlight at the bottom right of the screen, there is a meter. when you perform actions such as interacting with space or charging your flashlight with arrow keys, try and get the yellow needle on the green. that will reduce the noise you make. noise does not currently have any effects on gameplay but that will change as I start adding monsters. walking and running also increase noise and the amount of noise you are making is displayed as a red circle on the noise meter =========== if you want to support this project, click the like and favorite so that when I finish more people will see it in the future! ============ side note: I do have an admin input (cheat codes if you will) to make it easier to edit, which is what you would see if you run the game and press K but as they are cheat codes, I will not share them out. I am sure you could find them in the code if you really want them though!
Right now this project is not finished. this is just my foundation for building the game but I think the current mechanics are super cool. sadly, will probably never finish this project because I have moved on to more advanced programming platforms. *feel free to remix*- if you do, just put a comment here to let me know please! if anyone is curious how I made a scrolling platform as well as the darkness and flashlight, the scrolling platform is made by creating two variables, player x and player y. if you make the surroundings into a sprite add the blocks (when flag clicked) (forever{go to x(player x)+___ go to y (player y)+___} then make a program to change the x and y as you would normally but with the variables. the flashlight is a black box that I filled with the multi-color fill thing using black and see-through (not sure if that's the term) and made it go to the player. Feel free to ask questions in the comments!