Skip to content
This repository was archived by the owner on Nov 3, 2023. It is now read-only.
/ Monopol-ish Public archive

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

License

Notifications You must be signed in to change notification settings

sanjacob/Monopol-ish

Repository files navigation

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.

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published