Corgi Engine is a simple 2D game engine written in C++ using the SDL2 library. Welcome to the Core Engine repository, this repository houses Corgi Engine's source code!
Version: 1.0.0
Written in C++, and SDL2.
Coming soon. Example project (2D Platformer) is included.
- Fork and clone Corgi Engine repository (through your favorite method; shell, GUI, etc..).
If you'd prefer to not use Git, you can clone the Git repository using the 'Download ZIP' button which will download the repository in its entirety.
-
Install Visual Studio 2015. Any edition of Visual Studio 2015 can build Corgi Engine. You can download Visual Studio Community 2015, which is a free download. Remember to include C++ support as a part of your installation (this is disable by default).
-
Load the project in Visual Studio by double-click on the Corgi Engine.sln file or by opening Visual Studio and going to File->Open->Project/Solution and selecting the Corgi Engine.sln file and click the Build button. Building times will vary depending on your system specs.
Cooming soon.
Cooming soon.
- 2D Platformer Uses Corgi Engine to create a simple 2D Platformer.
Any contributions are welcome you can submit a contribution through pull requests on GitHub. Pull requests must adhere to Corgi Engines unified conventions.