Installation
Check the releases tab to catch the last release
Or, you can build a project by yourself:
git clone https://github.com/ITesserakt/Stonks-game
cd Stonks-game
mkdir build
cd build
cmake -B . -S .. -DCMAKE_BUILD_TYPE=Debug
make main
Here we go!
To run the game, type this from build folder:
cd bin
./main
You can also install the game to the specified location just put -DCMAKE_PREFIX_PATH=... like this: cmake -B . -S .. -DCMAKE_PREFIX_PATH=/home/ and then make install
Requirements
LinuxorMac OScmake >= 3.6ncurses- Internet connection (to download neccessary libs)
- C++ compiler with at least C++17 standard support