We are going to learn how to create an in game map editor that dosen’t use tiles, but directly backdrop images that you can translate, tint, rotate, scale, etc, in different parallax layers and camera zooming. You can have several tilesets and you can of course to save / load the maps using XML files. This type of editor is used in games like Braid or Aquaria. For this tutorial we are going to use IndieLib C++ 2d engine, because its entity system is great for having graphical objects which attributes can be modified in real time. And we are going to do it with style, using graphics from Lost Garden prototyping challenges and Aquaria game.
-
Tags
editor game logic indie IndieLib SDL tetris tools tutorials -
Categories
-
Recent Posts
- Please, vote for Erasmusu.com!
- Indie Game Development Vanguard
- In game c++ map editor tutorial with IndieLib engine that dosen’t use tiles but pieced images like in Braid or Aquaria games
- Game Engines #1: IndieLib, 2.5d engine using c++ for rapid game development
- Tetris tutorial in C++ platform independent focused in game logic for beginners
-
Recent Comments
- lyzen on Tetris tutorial in C++ platform independent focused in game logic for beginners
- IndieFox Games on Please, vote for Erasmusu.com!
- Douglas on Tetris tutorial in C++ platform independent focused in game logic for beginners
- Mariano on Tetris tutorial in C++ platform independent focused in game logic for beginners
- hordi on Tetris tutorial in C++ platform independent focused in game logic for beginners




