A recreation of the terminal hacking minigame from the Fallout series, with a sizable portion of personal touches.
This serves a few purposes:
- Learning how to actually use git beyond cloning repos (ignore my first few commits being just bad)
- Actually learning C++ (ignore the whole thing just being generally bad)
- Because I have an actual vintage terminal from the late 70's, an SWTPC CT-82 Terminal, and I wanted to see this sorta thing on it.
You know how Cmake was created for the purpose of generating makefiles so things are cross-compatible? I thought that was too complicated, so here we are with a makefile to manage cmake, making a makefile, in which the first makefile runs the second makefile to build the project. How fun.
At the very least, that means building is simple. Just run make, and the compiled binary will be located in .../build/termlink.