Skip to content

matheusvdl/grid-invaders

Repository files navigation

Grid Invaders

2D arcade game made in C++ with Allegro 4. The goal is to control the ship, destroy enemies, and protect the satellite while progressing through the stages.

Requirements

  • Windows
  • Allegro 4
  • Dev-C++/MinGW (to rebuild the project)

Run

Use the Projeto1.exe executable in the project root.

Build

The project includes Dev-C++ project files and Makefile.win.

g++ main.cpp -o Projeto1.exe -mwindows -lalleg

Controls

  • Left Arrow / Right Arrow: move the ship
  • Space: shoot
  • P: open the menu
  • Esc: exit from the menu

Structure

  • main.cpp: main source file
  • img/: game images
  • sons/: sound effects
  • pontos.txt: saved progress

About

Space Invaders inspired game made in C and C++ using allegro

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors