Skip to content

A simple 2D game engine written in C++ using the SDL2 library.

License

Notifications You must be signed in to change notification settings

galacticglum/CorgiEngine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Corgi Engine

Build Status

Corgi

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.

Usage

Coming soon. Example project (2D Platformer) is included.

Compiling

Windows

  1. 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.

  1. 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).

  2. 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.

Mac

Cooming soon.

Linux

Cooming soon.

Demos

  • 2D Platformer Uses Corgi Engine to create a simple 2D Platformer.

Contributing

Any contributions are welcome you can submit a contribution through pull requests on GitHub. Pull requests must adhere to Corgi Engines unified conventions.

About

A simple 2D game engine written in C++ using the SDL2 library.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published