DEV Community

Muhamed-Kanapiya
Muhamed-Kanapiya

Posted on

2 2

How to create a hacker typer in golang?

Hey, guys, can you write some simple program in go which accepts some command, and after writes hacking text like in movies with progress bar ?

Top comments (2)

Collapse
 
kanapiyaru profile image
Muhamed-Kanapiya

I can't find any guides in google

Collapse
 
jcsvveiga profile image
João Veiga

I see two parts to this program.
Having a program to show and interacting on the terminal.
Maybe you can create a program that has inside the contents of a go (whatever language you want) that reads from stdin, ignores it and shows line by line from the program content.

AWS Q Developer image

Your AI Code Assistant

Generate and update README files, create data-flow diagrams, and keep your project fully documented. Built to handle large projects, Amazon Q Developer works alongside you from idea to production code.

Get started free in your IDE

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay