Kasama / donationGame

Donation game for OOP class

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#Donation Game

##Introduction

This is a simple implementation of a [donation game] (https://docs.google.com/document/d/15-psEzuaBd3JNpqLvNXAW3pozQSDfF-XBxzaYrQi9YU/edit) for a OOP class

##Download

cd /clone/folder
git clone https://github.com/Kasama/donationGame

after that you should have a folder called donationGame, containing the repository clone

##Compile

cd /clone/folder
chmod +x compile.sh
sh compile.sh

##Run

cd /clone/folder
chmod +x run.sh
sh run.sh <number of rounds> <number of players using strategy 1> [<number of players using strategy 2> [...]]

#Credits

  • Lucas Kassouf Crocomo | nUsp 8937420
  • Frederico de Azevedo Marques | nUsp 8936926
  • Roberto Pommella Alegro | nUsp 8936756

About

Donation game for OOP class


Languages

Language:Java 98.0%Language:Shell 2.0%