Skip to content

firstrow/survive

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published