Skip to content
Snippets Groups Projects
README.md 1.6 KiB
Newer Older
7689047's avatar
7689047 committed
# Developly

## Table of Contents
1. [Description](#description)
2. [Installation Guide](#installation-guide)
3. [Usage](#usage)
4. [Features](#features)
5. [Credits](#credits)

---

4800885's avatar
4800885 committed
## 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.

4800885's avatar
4800885 committed
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.
7689047's avatar
7689047 committed
## 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
7689047's avatar
7689047 committed
   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
7689047's avatar
7689047 committed
   ```
---

## 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
 
---