Skip to content

A 2D, top down, tank fighting game built using asw (SDL2)

Notifications You must be signed in to change notification settings

alegemaate/Tanks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

98 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tanks

sonarcloud sonarcloud

A 2D, top down, tank fighting game built using SDL2

image

Getting started

Windows (MSYS2)

Install Libraries (MSYS 2)

https://www.allegro.cc/files/?v=4.4

Build

cmake -G "MSYS Makefiles" .
make

Mac OS (Brew)

Install Libraries

https://github.com/msikma/liballeg.4.4.2-osx

Build

cmake .
make

Linux

Install Libraries

sudo apt-get install liballegro4-dev libloadpng4-dev liblogg4-dev

Build

cmake .
make

About

A 2D, top down, tank fighting game built using asw (SDL2)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published