Skip to content
Snippets Groups Projects
Louise Stella's avatar
Louise authored
d0f3e410
History
Name Last commit Last update
build
include
lib
src
Makefile
README.md

Ether of Creatures

Description

"Saruman's Ether of Creatures" is a library for Linux in which a MonsterMash's player has a empty deck and tries to win up to 5 cards of Monsters from the Saruman's deck. It works by playing a simple game of Jokenpo, also known as Rock-Paper-Scissors. After 5 rounds of it, the player must leave with the cards won in order to keep playing on MonsterMash game.

Configuration

Follow these steps to clone the project to your computer:

  1. Access the diretory where you wish to clone the project to. For exemple: cd ~/Documents/Projects.
  2. Clone the project with the following command on your terminal: git clone http://[username]@projetos.imd.ufrn.br/louisestella/ether-of-creatures.git.
  3. Remember to replace[username] with your own username on Git Lab.

Compilation

  1. Access the main directory of the program using this command: cd ~/ether-of-creatures.
  2. Now type make on the terminal and press ENTER.
  3. The project has been compiled.

Execution

  1. If you are still in the main directory of the program, skip to the next step. Otherwise, access it.
  2. Now type build/ether-of-creatures and press ENTER.
  3. There you go! The program is read to start.

Extra Information

{ TO-DO

  1. Probabilidade das forças dos monstros
  2. Uso de construtores
  3. Uso de Alocação Dinâmica
  4. Uso do This
  5. Sobrecarga de Funções
  6. Pilha e fila
  7. Sobrecarga de Operadores }