I've always liked how Age Of Empire game looked. Pre-rendered games always had some charm in it. So, I've decided to improve my C skills by building "simple" survival game in isometric game style. As usual, the task was too big and I decied to stop working on it. Here you can find source code on how to turn this:
into this:
(mix textures).
Engine features:
- Mix textures by mask
- lua support
- lua auto-reload support
- bunch of other usefull stuff. see sources.
mkdir build
cd build
cmake ..
cd ..
make run
# use wasd to move. arrow keys to scroll the map.