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
- Host: GitHub
- URL: https://github.com/mnk400/rocketnani
- Owner: mnk400
- License: unlicense
- Created: 2017-06-08T20:35:43.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2019-11-17T21:41:18.000Z (over 6 years ago)
- Last Synced: 2025-02-10T12:16:13.484Z (over 1 year ago)
- Topics: c, makefile
- Language: C
- Size: 5.17 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### Rocketnani
Coded in C, launches a rocket on your terminal when you run it!

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
```