/dominos

Game of dominos

Primary LanguageC

Domino's game

Project for the discipline of Algorithms and Data Structures 1

How to use git

Instalation

  1. [git clone https://github.com/AngelinaPierre/dominos.git] -> clona o repositorio do github no seu diretorio local.
  2. [git config user.name "your_name"] -> configura seu nome
  3. [git config user.email "your_email"] -> configura seu email

Using

  1. [git status] -> vizualiza as alterações
  2. [git add .] -> adiciona as alterações para serem comentadas.
  3. [git commit -m "Comentario"] -> comenta as alterações para serem enviadas ao repositorio do github.
  4. [git pull] -> update your local repo before using.
  5. [git push] -> update github repo after working on it.

image 1

image 2

image 3

image 4

image 5

image 6

image 7

image 8

image 9