Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 511 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 511 Bytes

isometric engine from scratch

This project is a concept of isometric engine. Its written in C++ with allegro 4 for graphics lib ( I wanted it to work in ms-dos ;) ).

Features

  • Load tmx maps from tiled.
  • Topology sorting of tiles.
  • Some optimizations, collisions and tile clipping.
  • Documentation in Doxygen

Capture

1

Video

video (https://www.youtube.com/watch?v=kOqVfUGxrqI)