A downloadable game

This game is a roguelike done during the 7DRL Challenge 2022.

You are a warrior that believe he must give a chance to its opponent, and let them give the first blow. Therefore, you suffer stomach ache each time you gave the first blow, except when you face at least 3 opponents, which is a serious challenge, even for you. You can store power while waiting for your opponent. After 3 hits taken, you allow yourself to use secrets technique : one that pierce through several enemies, and a tornado movement that touch anyone around you. Good luck warrior !

You use the directional arrow to move around, and all the command are prompted on the left of the screen, or in the terminal in the bottom of the screen when you have an upgrade. For Azerty keyboard, if W does not work, use Z instead.

Download

Download
Retaliation.tar.gz 185 MB

Install instructions

You will need to have git, cmake and a C++ compiler installed on your system.

For Linux user, download the linux archive, unzip, go into libtcod-vcpkg-template, launch the script install.sh, and launch the game with ./bin/libtcod-vcpkg-template.

 For Windows user, try to launch install.bat, and look for the executable in bin folder.

If the above does not work, use visual studio code or community to launch the compilation. Look at the README.md for more instruction.

Comments

Log in with itch.io to leave a comment.

I tried to install it under Manjaro, it failed with undefined reference to 'wl_proxy_marshal_flags'. :(

Also, there is the .git (150 Mo) in the archive, I don’t know if this is necessary (I don’t quite know how git submodules works).

I get "error while loading shared libraries: libtcod.so: cannot open shared object file: No such file or directory" when I try to run the game, which is weird, because it's in the same folder, and I also have it installed on my system.

Hi, thanks for the return, I have fixed this problem for Linux normally. Download the new archive and launch the script install.sh if you are on Linux, it should recompile the project from scratch. If you are on windows, try the scripts install.bat, and else use visual studio code and follow readme instruction to launch the compilation.

Tell me more if you encountered another issue.