/ft_retro

🎮The goal of this project is to implement a simplistic shoot-em-up-style game in your terminal. For those of you who don’t know what that kind of game is (shame on you, by the way), have a look at Gradius, R-Type, etc...

Primary LanguageC++

How to use?

First of all, download/clone this repo:

https://github.com/bgoncharov/ft_retro.git

Get into it and build the library:

cd ft_retro
make

Now test it with:

./ft_retro

Enjoy :)