Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nikitaberezhnyj/bitmas


https://github.com/nikitaberezhnyj/bitmas

Last synced: 2 days ago
JSON representation

Awesome Lists containing this project

README

        

# BitMas

#### Repository translates: [українська :ukraine:](#bitmas-ukraine), [english :uk:](#bitmas-uk)

## BitMas :ukraine:

***Bitmas*** - це програма, що генерує анімовану новорічну ялинку в терміналі.


working screen

### Використання

***Для використання 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.


working screen

### 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
```