rosalilastudio.com github.com/rosalila/stg
Build instructions using Code::Blocks:
- 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
- Link the libraries
In Code::Blocks: "Linker settings" -> "Other linker options" Add the following:
- -lGL
- -lglut
- -lGLU
- -lSDL
- -lSDL_image
- -lSDL_ttf
- -lSDL_mixer
- Clone the Rosalila Engine
- Create a folder named Rosalila/
- Clone the Rosalila Engine (https://github.com/Rosalila/engine) code inside.
- Tell the compiler to look for the Rosalila Engine
In Code::Blocks: "Search directories" -> "Compiler" Add the following:
- Rosalila
- 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
- Celebrate
Well done.