views
492
likes
7

Comments (6)

What do you think?

I was wondering if it existed and it does. =D

Good port,exactly the same for my computer

I got the "ModuleNotFoundError: No module named '_curses'" error but I have installed windows-curses

Free

Terminal Nights at Freddy's 1.0-beta

Version: 0.1.04 days ago
📦 Installation 🔧 Requirements • Python 3.8 or newer • curses library Linux/macOS: The curses library is usually installed by default. Windows: Install it with: pip install windows-curses 📥 Getting the game 1. Download game. 2. Go to the game folder in the terminal: cd Terminal-FNaF-master ▶️ Launching the game Run the game with one of these commands: python main.py or py main.py or python3 main.py If the game does not start, make sure Python 3.8+ is installed and added to PATH.

TERMINAL Nights at Freddy's

TNaF is a fan-made parody horror game inspired by Five Nights at Freddy’s 1, but fully played inside a terminal. In this version, everything happens in a text-based interface, creating a unique feeling of tension and a retro-style atmosphere.

You play as a night security guard who must survive from 12:00 AM to 6:00 AM in the security office. Your task is to watch the animatronics through the cameras, control the doors and lights in time, and prevent them from entering the room.

Every action in the game consumes limited power. If the power runs out, defense becomes almost impossible. If an animatronic reaches your door and it is open, the game is over.

This is an unofficial fan project created as a parody/inspiration of the original FNaF series.

⚠️ Disclaimer ⚠️

This game is in early access. Bugs, glitches, and unfinished features may be present.

Game Installation

Before installing, make sure you have:

  • Python version 3.8 or newer

  • The curses library:
    On Linux and macOS it is usually preinstalled.
    On Windows you must install it manually using:
    pip install windows-curses
    ( here you can find how to install pip online)

How to run the game:

  1. Download the game files

  2. Open a terminal (Command Prompt / PowerShell / Terminal) and go to the game folder with:
    cd Terminal-FNaF-master

  3. Run the game using one of these commands (depending on your system):

    1. py main.py

    2. python main.py

    3. python3 main.py

      If the “python” command does not work, make sure Python 3.8 or newer is installed.

      If you are new to Python, it is recommended to search for:
      “How to install and run Python programs”.

Terminal requirements

For the interface to display correctly, your terminal must support at least 170 characters in width and 40 characters in height. It is recommended to run the game in half-screen mode for the best visual experience.

Controls

A — Move view left
D — Move view right
K — Turn light on/off
L — Open/close the door
Space — Open/close cameras
Keys 1–9, ← → arrows, or K/L — Switch between cameras
P — Pause
Q (twice) — Exit the game

Known errors

  • If you get this Python error at the end when you start the game:

    _curses.error: addwstr() returned ERR

    It means that the terminal window is not large enough for the game. To fix this, open the window to full width or reduce the font size using Ctrl + -

#fnaf #horror #fangame #terminal #fnaf #fnaf #fnaf #fnaf



teen
Mild Cartoon Violence
Mild Fantasy Violence

Hi! I updated the game info and launch steps because it’s made in pure Python and runs in a terminal, which made it hard to start for some. This project was made from pure passion, so bugs may exist. Thanks to everyone who stopped by :3