Skip to content

An animated donut made with ASCII characters in the terminal

Notifications You must be signed in to change notification settings

AmlanJSarmah/animating-donut

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 

Repository files navigation

Donut

An animated donut being rendered on terminal made with C.

Screenshots

donut

Installation

Download the source code navigate to the folder where the source file "donut.c" is present and run

gcc donut.c -lm -o donut

This will create a object file that we can execute!

P.S. : The -lm flag links the math.h library to our file.

About

An animated donut made with ASCII characters in the terminal

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages