FSE final project, Skoltech
Bari Khairullin
Vasiliy Viskov
Max Komatovskiy
Nikita Andreev
Artem Basharin
Zubrey Alexander
sudo apt-get update
sudo apt-get install cmake
sudo apt-get install build-essential
sudo apt-get install libglfw3-dev
cmake .
make
After all of this run /bin/main
Status: an action triggered by push, which prints out a simple message on whether the push went well is implemented. Toy-examle, but it works. Yet to add run of the tests on each new piece of code added, checking the core mechanics of the game.
Mostly working.
Working well.