![]() |
Gamedev Framework (gf)
0.16.0
A C++14 framework for 2D games
|
Here is a template you can use to start your game. Do not forget to choose a license and add the relevant text at the beginning of the file.
This template uses high level features (gf::ActionContainer, gf::ViewContainer, gf::EntityContainer) instead of low-level features presented in Gamedev 101. You may also need some other features, depending on your game (gf::MessageManager, gf::ResourceManager, gf::Random, etc).