Skip to content

C04dy/VergodtEngine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MASCOT (Made by LoveStrider)

Mascot

VergodtEngine

2D game engine written in C++ using Box2D and SDL libraries for physics, window creation and rendering.

TODO:

Editor, Squirrel scripting, Visual Scripting(Not right now), Steam Audio, Text Rendering

HOW TO USE

Engine is still in development. I dont recommend anyone to make games with it but there is nothing stopping you to make games with this engine.
If you want to contribute to the development, clone this repository with the libraries included with '--recursive' flag. And then use the Cmake to configure build files. I use MinGW to develop the engine so i dont recommend using Visual Studio, but i highly recommend you to use Visual Studio Code with CmakeTools.