Skip to content

Welcome to the VEGA16 game engine, with this engine there's included a simple video game called VEGA1! Read more on README

License

Notifications You must be signed in to change notification settings

nebulatarxz/v16ucs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Untitled Cat Shooter (VEGA16)

Welcome to Untitled Cat Shooter, a shitty video game made by a bunch of european retards!

Getting Started

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

Download the Latest Release

  1. Head over to the Releases section on GitHub.
  2. Download the latest version.

Compilation Guide

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.

Windows (MSYS2)

  1. Download and install MSYS2.

  2. Open MSYS2 MINGW64.

  3. Install GCC/G++ by running:

    pacman -S mingw-w64-x86_64-gcc
  4. Install SDL2 with:

    pacman -S mingw-w64-x86_64-SDL2 mingw-w64-x86_64-SDL2_ttf mingw-w64-x86_64-SDL2_gfx
  5. Clone the repository:

    git clone https://github.com/nebulatarxz/v16ucs
  6. Navigate into the folder:

    cd v16ucs
  7. 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
  8. Run the game:

    ./bin/UntitledCatShooter

Arch Linux

  1. Install dependencies:

    sudo pacman -S sdl2 sdl2_ttf sdl2_gfx base-devel make
  2. Clone the repository:

    git clone https://github.com/nebulatarxz/v16ucs
  3. Navigate into the folder:

    cd v16ucs
  4. 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
  5. Run the game:

    ./bin/UntitledCatShooter

Tip

To modify the game, simply edit UCS.cpp.

Need More Help?

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!

About

Welcome to the VEGA16 game engine, with this engine there's included a simple video game called VEGA1! Read more on README

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •