Skip to content

alkuzin/FalloutTerminal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fallout Terminal

Fallout Terminal library written in C.

(Fallout 4 terminal contents here).

Warning

Project is still under development. Some bugs can occur.

Failed login

Success login


Controls

Press [ tab ] to return to previous window.

Press [ q ] to exit.

Press double [ tab ] to return to previous window from suboption.

Installation

First clone this repository:

git clone https://github.com/alkuzin/FalloutTerminal.git

Then move to FalloutTerminal/ directory and run:

make all && make clean

To see how this library works compile libfterm.a with main.c:

gcc main.c libfterm.a -o terminal

Be sure that you added .env file for storing password. (Password should contain up to 16 characters without spaces).

echo "password" > .env

And run this command:

clear && ./terminal

Issues

Warning

If your cursor disappeared run this command:

printf "\e[?25h"