Skip to content

A simple C++ Allegro based template for creating games

Notifications You must be signed in to change notification settings

Midiman/AllegroTemplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

Docs

Classes

TextureManager

Manages all your textures for you. All you need to do is give it a directory and it will walk through the directory loading the textures as names removing the extension.

FontManager

Similar to the TextureManager but manages fonts...

AudioManager

Similar to the TextureManager but manages music and sounds...

SectionManager

Similar to the TextureManager but manages sections...

Sections are effectively different windows. For example, you can have a game and a mainmenu section which has different update and draw functions.

Game

The main class that manages all the other managers.

About

A simple C++ Allegro based template for creating games

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published