Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

2248

A game developed in C using the Allegro5 graphics library. This project was created during my first semester at Universidade Federal de Santa Maria as part of the Sistemas de Informação Bachelor's degree curriculum.

Read this in other languages: Portuguese

Usage

You will need to install all the Allegro packages. Follow the instructions in the website. After the installation, compile the game with gcc or your preferred compiler:

gcc -Wall game.c -o game $(pkg-config --cflags --libs \
    allegro-5 \
    allegro_main-5 \
    allegro_primitives-5 \
    allegro_image-5 \
    allegro_font-5 \
    allegro_ttf-5 \
    allegro_audio-5 \
    allegro_acodec-5)

About

A game developed in C with the graphical library Allegro5.

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages