-
WSAD- moving around -
F- fight around monsters -
0..9- using items from backpack with corresponding ids (equip, consume or drop) -
q- quit
$ pip install conan
$ mkdir build && cd build
$ cmake ..
$ cmake --build . --config Release
ENABLE_CLANG_TIDY(requiresclang-tidy)ENABLE_CPPCHECK(requirescppcheck)ENABLE_SANITIZER_ADDRESSENABLE_SANITIZER_LEAKENABLE_SANITIZER_UNDEFINED_BEHAVIORENABLE_SANITIZER_THREADENABLE_SANITIZER_MEMORY
$ mkdir build && cd build
$ cmake .. -DENABLE_CLANG_TIDY=1 -DENABLE_CPPCHECK=1
$ cmake --build . --config Release
If you are having similar error:
Error opening terminal: xterm-256color.
Type these command in the terminal where you want to run the game:
export TERMINFO=/usr/share/terminfo
export TERM=xterm-basic