Welcome to the VEGA16 game engine,and a video game called VEGA1!
If you're here already, you probably want to download and use this engine, the thing is how are you gonna do that without compiling it?!
- Download the latest release from releases
- Just compile it, it's really easy
How the hell do I compile it?
WINDOWS
- Download MSYS2 https://www.msys2.org/
- Install it (capitan obvious)
- Open up MSYS2 MINGW64
- Install GCC/G++, it's really simple, just type in this command
pacman -S mingw-w64-x86_64-gcc
- Now install SDL2, really simple as well, just
pacman -S mingw-w64-x86_64-SDL2 mingw-w64-x86_64-SDL2_ttf
- Now clone the repository by doing
git clone github.com/nebulatarxz/vega16
- CD into the folder (capitan obvious again) by doing
cd vega16
- If you want to compile the engine do
g++ main.cpp VEGA1.cpp -o vega16+1 -I/mingw64/include -Dmain=SDL_main -L/mingw64/lib -lmingw32 -lSDL2main -lSDL2_ttf -lSDL2 -mconsole -Wl,-subsystem,console -fpermissive
, - And run
./vega16
ARCH
- Type in this command 'sudo pacman -S
sdl2 sd2_ttf base-devel
- Clone the repository by doing
git clone github.com/nebulatarxz/vega16
- CD into the folder (capitan obvious arch edition) by doing
cd vega16
- If you want to compile the engine do
g++ main.cpp VEGA1.cpp -o vega16 -Dmain=SDL_main-lmingw32 -lSDL2main -lSDL2_ttf -lSDL2 -mconsole -Wl,-subsystem,console -fpermissive
- And run
./vega16
More tutorials coming soon, or you can just figure out how to install g++ and sdl2 on your OS, just google it BTW, if you want to modify the game just modify the VEGA1.cpp.