Bunal Jr travel to various lands to collect some diamonds. Encounter enemies along the way, collect and survive.
- C++11 ( g++, Ubuntu 16.04 )
- SDL2
- OpenGL3
- TinyXML
- AnimatedGraphics.h / .cpp by shaun mitchell for some animation
- LevelParser.h / .cpp by shaun mitchell for xml handling
- base64.h / .cpp by Rene Nyffenegger for compression
- make for building source files
- OpenAssets.org for asset files
- Tiled for Tilesheets
- Texture Packer for Sprites
- Atom as code-editor
- Two enemy type:
Bird
andNinja
- Two levels
- Complete Sprite animations
- LazyFoo tutorials
- Shaun Mitchell guide to game development
- opengltutorials.com and sdltutorials.com