Skip to content

UnitecProgra3/STG

 
 

Repository files navigation

Rosalila STG Engine

rosalilastudio.com github.com/rosalila/stg

Build instructions using Code::Blocks:

  1. Install the dependencies

  • apt-get install libsdl1.2-dev libsdl-image1.2-dev libsdl-mixer1.2-dev libsdl-ttf2.0-dev freeglut3-dev
  • yum install SDL-devel SDL_mixer-devel SDL_image-devel SDL_ttf-devel freeglut-devel
  1. Link the libraries

In Code::Blocks: "Linker settings" -> "Other linker options" Add the following:

  • -lGL
  • -lglut
  • -lGLU
  • -lSDL
  • -lSDL_image
  • -lSDL_ttf
  • -lSDL_mixer
  1. Clone the Rosalila Engine

  1. Tell the compiler to look for the Rosalila Engine

In Code::Blocks: "Search directories" -> "Compiler" Add the following:

  • Rosalila
  1. Add a game assets

Download a complete game assets and put it in your root directory. You should add the following

  • chars/
  • stages/
  • menu/
  • misc/
  • config.xml
  1. Celebrate

Well done.

About

Rosalila STG engine

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 100.0%