You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
## ascii-art-color
|
|
|
|
|
|
|
|
### Objectives
|
|
|
|
|
|
|
|
You must follow the same [instructions](https://github.com/01-edu/public/ascii-art.en.md) as the first subject but with colors.
|
|
|
|
|
|
|
|
- The output should manipulate colors using **flags**, `-c=<color>`, in which `-c` is the flag and `<color>` is the color of choice.
|
|
|
|
- You should be able to specify which letter you want to be colored (use your imagination for this one).
|
|
|
|
- If the letter isn't specified, the whole phrase should be colored.
|
|
|
|
|
|
|
|
This project will help you learn about :
|
|
|
|
|
|
|
|
- Client utilities.
|
|
|
|
- The Go file system(**fs**) API.
|
|
|
|
- Ways to receive data.
|
|
|
|
- Ways to output data.
|
|
|
|
- Manipulation of strings.
|
|
|
|
- Manipulation of colors on the terminal.
|
|
|
|
- Manipulation of structures.
|
|
|
|
|
|
|
|
### Instructions
|
|
|
|
|
|
|
|
- Your project must be written in **Go**.
|
|
|
|
- The code must respect the **good practices**.
|
|
|
|
- It is recommended that the code should present a **test file**.
|
|
|
|
- You may use the same `banner` file.
|