Fallout Terminal library written in C.
(Fallout 4 terminal contents here).
Warning
Project is still under development. Some bugs can occur.
Press [ tab ] to return to previous window.
Press [ q ] to exit.
Press double [ tab ] to return to previous window from suboption.
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
Warning
If your cursor disappeared run this command:
printf "\e[?25h"