Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 767 Bytes

readme.md

File metadata and controls

31 lines (23 loc) · 767 Bytes

My 2.5D simple game engine.

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.

Usage

mkdir build
cd build
cmake ..
cd ..
make run

# use wasd to move. arrow keys to scroll the map.