Skip to content

LeeVangraefschepe/Programming4-Engine

Repository files navigation

Minigin

Minigin is a very small project using SDL2 and glm for 2D c++ game projects. It is in no way a game engine, only a barebone start project where everything sdl related has been set up. It contains glm for vector math, to aleviate the need to write custom vector and matrix classes.

Build Status GitHub Release ViewCount GitHub Clones

Goal

Minigin can/may be used as a start project for the exam assignment in the course 'Programming 4' at DAE. In that assignment students need to recreate a popular 80's arcade game with a game engine they need to program themselves. During the course we discuss several game programming patterns, using the book 'Game Programming Patterns' by Robert Nystrom as reading material. These patterns need to be applied (when applicable) as well as all (most) C++ Core Guidelines.

Disclaimer

Minigin is, despite perhaps the suggestion in its name, not a game engine. It is just a very simple sdl2 ready project. None of the patterns discussed in the course are used (except singleton which use we challenge during the course). It is up to the students to implement their own vision for their engine, apply patterns as they see fit, create their game as efficient as possible.

Use

Download the latest release of this project and compile/run in visual studio. Since students need to have their work on github too, they can use this repository as a template.

About

A 2D component based engine where we explore programming patterns

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published