https://github.com/alex-stone-github/bouncer
A simple bouncing ASCII ball inspired by a video Tsoding Daily made.
https://github.com/alex-stone-github/bouncer
Last synced: about 1 year ago
JSON representation
A simple bouncing ASCII ball inspired by a video Tsoding Daily made.
- Host: GitHub
- URL: https://github.com/alex-stone-github/bouncer
- Owner: Alex-Stone-Github
- Created: 2021-10-17T20:31:37.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-09T18:22:55.000Z (over 4 years ago)
- Last Synced: 2025-02-02T14:38:02.724Z (over 1 year ago)
- Language: C
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# bouncer
---
This is my first project on github, just a little bouncing text ball, animation thingy, but, I think it's cool, so it will stay here.
## How to make
Simply, just use the **make** command to build the project, or if you want to be difficult you can use **gcc bouncer.c -o bouncer**.
```bash
make
```
or
```bash
gcc bouncer.c -o bouncer
```
## How to run
Just use **make run** or **./bouncer** to run the application.
```bash
make run
```
or
```bash
./bouncer
```