Skip to content

A simple game written in C using the Allegro game programming library

License

Notifications You must be signed in to change notification settings

0ctobyte/speedrun

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

speedrun

Final project for a high school computer science course. Completed June, 2010. Uses the Allegro game programming library.

Build

  • mkdir build && cd build
  • cmake ..
  • make
  • make install -> Just copies the binary and resources into a install sub directory

To run: cd install && ./speedrun

Need to have Allegro 5 (5.0.11) and Chipmunk 6 (6.2.1) dev libraries installed.

About

A simple game written in C using the Allegro game programming library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published