(gif is slow. my game runs smooth)
resources used on image from opengameart, just to check if everything works. I will replace them. List here:
bat: Charles Sanchez
campfire: Jetrel and Zabin
player: edzet from deviantart (I think)
grass, water, tree: Lanea Zimmerman
I’m trying to create a 2d adventure game. This is not a rpg. I will not implement fight system. Instead, I will create puzzles and side-quests.
This is some kind of “tool / engine / template”. Still need many work.
Done:
-game states
-game loop
-load sprites
-load tilesets
-load maps
-layers
-animated tiles
-animated sprites
-movement
-collision
-keyboard input
-scroll map
Work on:
-automatic move sprites to xy
To Do:
-dynamic collision (all objects that can move like sprites)
-automatic move sprites to xy
-menu
-inventory (maybe)
-map editor
-events
-gui
-change resolution and handle full screen
-~
-clean and optimize code