This is a prototype of the R-type game in C language using the Allegro library that i made for a college project at UFMG
the player commands a Dragon, where the objective is to destroy the many enemies as possible, represente by a filled circle with different colors, remembering that the white enemies are immortal. You can use the key "space" to shoot, and there is the single shot, which kills only 1 enemie, and the strongest shot that is activated when the player press the key for 1.5 seconds or more, which destroys all enemies in front. Also, there are the blocks that appear on the screen that are indestructible. Hope u have fun playing :)
MinGW 4.7.0 Allegro 5.0.10
- Clone the repository
- Open the folder "Arquivos TP" in your terminal
- Execute the file "game.out" with the command "./game.out"
- Enjoy the game
Note: If you need to compile the game, it is necessary to have the Allegro library and gcc installed on your computer, and then run de command "make" in the terminal to execute the makefile