Skip to content

bagidea/CoreSDL2GameEngine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CoreSDL2GameEngine

Example Core Game Engine made with SDL2
C/C++ based on SDL

Overview

Game Engine

- Window
- Scene
- Sprite
- Sprite Crop image
- Sprite Create Animation
- Text (UTF-8)
- Text custom font - Audio (sound background, sound effect)

Build Dependencies

Windows

c++ - MinGW (http://www.mingw.org)

How to build?

Makefile setup

Run make_setup.bat - for select makefiles option
if you using linux bash on windows. you can run make_setup.sh

Option
0 - Makefile with windows command prompt
1 - Makefile with bash linux on windows
2 - Clean makefile

Build

make full - Build all source code and run
make all - Build all source code
make core - Build Core Game engine
make clean_core - Clean Core Game engine
make - Build Game [ after make core ]
make clean - Clean Game

Run

make run - Start Game

Contact

BagIdea Co.,Ltd.

Facebook
- https://www.facebook.com/bagideastudio
- https://www.facebook.com/SamsungBagIdea
Youtube
- https://www.youtube.com/bagidea

About

Core Game Engine C/C++ based on SDL2

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages