An open API service indexing awesome lists of open source software.

https://github.com/mnk400/rocketnani

Fly a rocket across your terminal
https://github.com/mnk400/rocketnani

c makefile

Last synced: about 1 year ago
JSON representation

Fly a rocket across your terminal

Awesome Lists containing this project

README

          

### Rocketnani
Coded in C, launches a rocket on your terminal when you run it!
![](https://github.com/mnk400/rocketnani/blob/master/Rocketani.gif)

Code might appear to be piles of spaghetti bullshit. Works perfectly on MacOS, if it doesn't work on linux then either tell me to fix it or fork it.

```sh
$ git clone https://github.com/mnk400/rocketnani.git
$ cd rocketnani
$ make
$ sudo make install
```

to uninstall
```sh
$ make uninstall
```