A simple CLI based FPS viewmodel with freedom to move around a map in 4 directions using C++
- Compile command: g++ fps.cpp -o game.exe
- Run the game using the executable directly
- Right click on the terminal taskbar to find properties
- In the layout tab, set the window size to be 120 * 40 (Alternatively change the dimensions inside fps.cpp to desired width and height)
