Skip to content
/ APG Public

A simple framework for writing a 2D game using Modern C++

Notifications You must be signed in to change notification settings

SgtCoDFish/APG

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

APG

A simple framework for getting started writing an RPG using Modern C++ (C++14), SDL2 and tmxparser to load maps made in Tiled.

The name comes from saying the letters "RPG" out loud; "Arr Pee Gee".

What's Included

  • An easy entry-point with clearly defined functions to override and implement to make your own game.
  • C++11/14 unique_ptr wrappers around common SDL2 structs (e.g. SDL_Surface, SDL_Window, SDL_Renderer) which let you stop having to worry about cleanup and just do it for you (see SXXDL).
  • A simple extensible framework for managing classes in an "error state", useful for loading and initialising.

About

A simple framework for writing a 2D game using Modern C++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published