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

unkn0wncvm1/vega16

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vega16

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?!

  1. Download the latest release from releases
  2. Just compile it, it's really easy

How the hell do I compile it?

WINDOWS

  1. Download MSYS2 https://www.msys2.org/
  2. Install it (capitan obvious)
  3. Open up MSYS2 MINGW64
  4. Install GCC/G++, it's really simple, just type in this command pacman -S mingw-w64-x86_64-gcc
  5. Now install SDL2, really simple as well, just pacman -S mingw-w64-x86_64-SDL2 mingw-w64-x86_64-SDL2_ttf
  6. Now clone the repository by doing git clone github.com/nebulatarxz/vega16
  7. CD into the folder (capitan obvious again) by doing cd vega16
  8. 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,
  9. And run ./vega16

ARCH

  1. Type in this command 'sudo pacman -S sdl2 sd2_ttf base-devel
  2. Clone the repository by doing git clone github.com/nebulatarxz/vega16
  3. CD into the folder (capitan obvious arch edition) by doing cd vega16
  4. 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
  5. 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.

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

Languages

  • C++ 100.0%