Skip to content

mohamedsugal/HeloStrike

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HeloStrike

A simple 2D helicopter survival game. Land the helicopter in the marked area before getting shot.

Getting Started

First, fork the repository. Then, go into your favorite terminal.

git clone git@github.com:YOUR_USERNAME/HeloStrike.git

Install dependencies:

Linux:

$sudo apt-get install libsdl2-dev 
$sudo apt-get install libsdl2-image-dev
$sudo apt-get install libsdl2-ttf-dev
$sudo apt-get install libsdl2-mixer-dev
$sudo apt-get install lua5.3

MacOS:

$ brew install sdl2
$ brew install sdl2_image
$ brew install sdl2_ttf
$ brew install sdl2_mixer
$ brew install lua

Now, while still inside the HeloStrike folder, open a new terminal and type make this will compile the all the files in the folder. When the complilation ends type make run this will run and the game and now you can play it.

About

🚁A simple 2D helicopter survival game built with SDL & Lua. Land it safely before getting shot down.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published