/Monopol-ish

Automatic version of the classic board game Monopoly (Advanced Programming with C++ at UCLan).

Primary LanguageC++GNU General Public License v2.0GPL-2.0

MONOPOLish

GPLv2

For this assignment, you will work towards implementing a simplified version of the classic board game Monopoly. This is not an interactive game you can play, but rather a simulation of two players taking turns over a set number of rounds. Play is to be automated according to a sequence of pseudo- random numbers - there is no artificial intelligence, and no user input. All output will be text based and directed towards the console – there are no graphical elements to this assignment.

Building From Source

# Get dependencies
sudo apt-get install -y autoconf libgtest-dev
# Generate configure script
chmod +x ./autogen.sh
./autogen.sh
# Generate Makefile
./configure
# Run tests
make check
# Create a binary in ./bin/
make

Authorship

Jacob Sanchez Perez <jsanchez-perez@uclan.ac.uk>

License

GPLv2

This software is distributed under the General Public License v2.0, more information available at the Free Software Foundation.