Skip to content

Latest commit

 

History

History
31 lines (16 loc) · 618 Bytes

README.md

File metadata and controls

31 lines (16 loc) · 618 Bytes

Battle City Allegro

Game inspired on the classic shooter Battle City published on 1985.

Menu

Requirements

  • Allegro 5

On Debian and Debian based distros such as Ubuntu and Linux Mint:

$ sudo apt install liballegro5-dev

Install

The first step is clone this repository:

$ git clone https://github.com/LucasNolasco/BattleCityAllegro.git

Then, enter the created folder and compile the code:

$ cd BattleCityAllegro

$ make all

Finally, for run just type:

$ ./BattleCity

inGame