Lolitron-0 / Engine2D

a tiny c++ 2d engine made for educational purposes in general (abandoned cuz wtf)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

this project is abandoned and don't have proper interface (probably not working now even :)

This is my first game engine (kind of) attempt. The main idea is that it is C++ only (no scripting front-end or visual editor). I came up with idea of mix-in classes so we can use them in multi-inheritance such as: class Dino : public GameObject, PhysicBody, Collidable, EventListener

But due to lack of planning (and upcoming exams) it was not (and won't be :) ) finished.

About

a tiny c++ 2d engine made for educational purposes in general (abandoned cuz wtf)


Languages

Language:C++ 93.6%Language:CMake 6.4%