Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 221 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 221 Bytes

2D game developed with C++, SDL and Lua from scratch without an engine.

All entities and components are loaded through a lua configuration file.

TODO:

  • A tile map editor with modern graphics
  • Performance optimizations