A small C++ game where you have to dodge triangles.
README in russian | README на русском
- Download the latest tar.gz or AppImage from here
If you downloaded tar.gz, please install the dependencies:
- Fedora
sudo dnf install -y SDL2-devel SDL2_ttf-devel SDL2_gfx-devel SDL2_image-devel SDL2_mixer-devel- Ubuntu/Debian
sudo apt install -y libsdl2-dev libsdl2-ttf-dev libsdl2-gfx-dev libsdl2-image-dev libsdl2-mixer-dev- Arch Linux
sudo pacman -Sy --noconfirm sdl2 sdl2_ttf sdl2_gfx sdl2_image sdl2_mixer- Play by launching either Kryzo_Classic or Kryzo_Classic-x86_64.AppImage.
- Download the latest zip archive from here
- Play by launching Kryzo_Classic.exe
If you want to compile the game yourself from the source files, then proceed according to these instructions:
- File retrieval
You can get the source code directly from here
Or you can do the following:
git clone https://github.com/MaximKrait/KryzoClassic.git
cd KryzoClassic1.1. Installing dependencies.
chmod +x install-deps.sh
./install-deps.sh - Compile the code
make installThe Makefile will install the game in the user's home directory, specifically at the following path: /home/HOME_DIR/Documents/Kryzo_Classic
HOME_DIR refers to the user's name.
- Start game
./Kryzo_Classicor click on the executable file
- File retrieval
You can get the source code directly from here
Or you can do the following:
git clone https://github.com/MaximKrait/KryzoClassic.git
cd KryzoClassic1.1. Installing dependencies.
chmod +x install-deps.sh
./install-deps.sh - Build the AppImage file.
chmod +x AppImage/build_appimage.sh
./AppImage/build_appimage.sh- Start game
./Kryzo_Classic-x86_64.AppImageor click on the executable file.
- Download MSYS2 and open MINGW64, then install the necessary tools.
pacman -S --needed git mingw-w64-x86_64-gcc mingw-w64-x86_64-make- Download the game source code.
git clone https://github.com/MaximKrait/KryzoClassic.git
cd KryzoClassic- Install the necessary dependencies.
./install-deps-win.bat- Compile the game.
mingw32-make installMakefile will install the game in the Games folder, specifically in C:\Users\username\Games\Kryzo_Classic
- Run the game via Kryzo_Classic.exe
