Guildline versus tetris bot
Lemon Tea makes use of standard library header <bit>
available in C++20, so make sure your compiler support C++20.
SFML are used to create the tetris client. Download the latest version of SFML here: https://www.sfml-dev.org/download.php
- Clone the repository.
- In
client/CMakeLists.txt
, set your SFML directoryset(SFML_DIR "<insert-your-sfml-dir-here>/lib/cmake/SFML")
. cd
to your repositorymkdir build
,cd build
andcmake ..
to build. The binary can be found in thebuild
folder.- Remember to copy the
client/res
folder to thebuild
directory, the tetris client needs those files.