Welcome to Untitled Cat Shooter, a shitty video game made by a bunch of european retards!
If you're here, you probably want to download and play the game. To do that you needa compile it yk, so here's how
- Head over to the Releases section on GitHub.
- Download the latest version.
Caution
Note: Linux is NO longer supported, the development team really tried but none of us use Linux so we cannot test it, you're on your own, the only Linux support that will be kept is the Arch Linux tutorial.
-
Download and install MSYS2.
-
Open MSYS2 MINGW64.
-
Install GCC/G++ by running:
pacman -S mingw-w64-x86_64-gcc
-
Install SDL2 with:
pacman -S mingw-w64-x86_64-SDL2 mingw-w64-x86_64-SDL2_ttf mingw-w64-x86_64-SDL2_gfx
-
Clone the repository:
git clone https://github.com/nebulatarxz/v16ucs
-
Navigate into the folder:
cd v16ucs
-
Compile the engine using one of the following methods:
-
Manual Compilation:
g++ main.cpp UCS.cpp resource.o -o UntitledCatShooter -I/mingw64/include -I/mingw64/include/SDL2 -Dmain=SDL_main -L/mingw64/lib -lmingw32 -lSDL2main -lSDL2_ttf -lSDL2_gfx -lSDL2 -lSDL2_image -mconsole -Wl,-subsystem,console -fpermissive -std=c++11
-
Using Make:
make
-
-
Run the game:
./bin/UntitledCatShooter
-
Install dependencies:
sudo pacman -S sdl2 sdl2_ttf sdl2_gfx base-devel make
-
Clone the repository:
git clone https://github.com/nebulatarxz/v16ucs
-
Navigate into the folder:
cd v16ucs
-
Compile the engine using one of the following methods:
-
Manual Compilation:
g++ main.cpp UCS.cpp resource.o -o UntitledCatShooter -Dmain=SDL_main -lSDL2main -lSDL2_ttf -lSDL2_gfx -lSDL2 -lSDL2_image -Wl,-subsystem,console -fpermissive -std=c++11
-
Using Make:
make
-
-
Run the game:
./bin/UntitledCatShooter
Tip
To modify the game, simply edit UCS.cpp.
More tutorials will be available soon! If you're using a different OS, you can look up how to install g++ and SDL2 for your system.
Enjoy the game or the engine!