Skip to content
This repository has been archived by the owner on May 5, 2023. It is now read-only.
/ Engine2D Public archive

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

Notifications You must be signed in to change notification settings

Lolitron-0/Engine2D

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published