Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nikitaberezhnyj/bitmas
https://github.com/nikitaberezhnyj/bitmas
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/nikitaberezhnyj/bitmas
- Owner: NikitaBerezhnyj
- Created: 2023-12-31T23:52:59.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-09-10T11:43:04.000Z (2 months ago)
- Last Synced: 2024-09-10T13:09:05.553Z (2 months ago)
- Language: C++
- Size: 24.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BitMas
#### Repository translates: [українська :ukraine:](#bitmas-ukraine), [english :uk:](#bitmas-uk)
## BitMas :ukraine:
***Bitmas*** - це програма, що генерує анімовану новорічну ялинку в терміналі.
### Використання
***Для використання BitMas виконайте наступні кроки:***
1. Скопіюйте репозиторій
```bash
git clone https://github.com/user/bitmas.git
```2. Зайдіть у теку репозиторію
```bash
cd bitmas
```3. Скомпілюйте програму зручним вам способом (у моєму випадку це компілятор g++)
```bash
g++ main.cpp -o bitmas
```4. Запустіть програму
```bash
./bitmas
```## BitMas :uk:
***Bitmas*** is an application that generates an animated Christmas tree in the terminal.
### Usage
***To use BitMas, follow these steps:***
1. Copy the repository
```bash
git clone https://github.com/user/bitmas.git
```2. Go to the repository folder
```bash
cd bitmas
```3. Compile the program in a way convenient for you (in my case, it is the g++ compiler)
```bash
g++ main.cpp -o bitmas
```4. Run the programme
```bash
./bitmas
```