Newer
Older
# Developly
## Table of Contents
1. [Description](#description)
2. [Installation Guide](#installation-guide)
3. [Usage](#usage)
4. [Features](#features)
5. [Credits](#credits)
---
## Description
Developoly is a digital Monopoly game with a computer science theme, where players compete to become the richest. Roll dice, buy properties, collect rent, and build houses. The last player standing wins.
The game follows classic rules with some unique changes. For a full usage guide and list of features, press the "Help" button at the right top of the starting screen.
## Installation Guide
Follow the steps below to install the project locally:
1. **Clone the repository:**
```bash
git clone https://git.science.uu.nl/4800885/monopoly_clone.git
cd monopoly_clone
```
2. **Start the application:**
```bash
You can either run the C# Project or you can install our standalone executable file which you will only need to run in order to play our game
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
```
---
## Usage
Once the application is running, users can:
- Start a new game.
- Add players (human or AI).
- View the game board and interact with its various elements.
- Access the game rules via the help menu.
---
## Features
Key features of the project include:
- [x] Support for multiple players.
- [x] Full implementation of classic Monopoly rules.
- [x] A graphical user interface for the game board and cards.
- [x] Save and load game progress.
---
## Credits
Made by:
- Ismael Ghalit
- Victoria Kruseman Aretz
- Julius Schoonderwoerd
- Caelan Verkuijl
- Edu Woldhuis
---