Skip to content

allegro_player adds a Player structure to the Allegro Framework providing convienent methods for manipulating player objects.

Notifications You must be signed in to change notification settings

kotori/allegro_player

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

allegro_player

allegro_player is an [Allegro5] (http://alleg.sourceforge.net/) module that adds a Player class that makes it easier to handle all of the different attributes and stats a Player might have. This includes, level, life, animation images, x/y locations, etc.

Compiling the Library

Linux:

Make sure you have installed the following:

  • allegro
  • allegro_image
  • zlib

To generate documentation, a doxygen file is provided.

doxygen allegro_player.doxy

The run 'make' in the root directory to compile. You can then run 'sudo make install' to install the library to the standard location for your OS.

Other Platforms:

No other platforms are supported at this time. If you would like to assist in porting this to other Operating Systems, please drop me a line!

About

allegro_player adds a Player structure to the Allegro Framework providing convienent methods for manipulating player objects.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages