Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 261 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 261 Bytes

car-race

Simple program that emulates a car race using Linux pthread and the Allegro library. Project delivered for the Real Time Systems exam at University of Pisa.

Compiling:

  • install Allegro 4
  • compile including the libraries : -lalleg -lpthread -lrt