Skip to content

nbrookie/game_programming_21_days_allegro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Teach Yourself Game Programming in 21 Days (with Allegro 5)

book image

This is a project that rewrites all of Andre Lamothe's examples in Teach Yourself Game Programming in 21 Days using the Allegro 5 library. Considering the book was written in 1994 using libraries compiled for DOS, this is quite an update!

I am also using this project to learn about both game and graphics programming in general. It has been fun to poke around and learn something new. Hope you enjoy!

NOTE: I have done all development on OS X Mavericks.

First install allegro 5 via homebrew:

brew tap homebrew/versions
brew install allegro5

Choose a tutorial file and compile via:

gcc -Wall file.c `pkg-config --cflags --libs allegro-5 allegro_main-5`

About

Allegro 5 version of the examples in Andre Lamothe's Teach Yourself Game Programming in 21 Days.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages