/monopoly

Implementation of "Monopoly" game based on libGDX.

Primary LanguageJava

Monopoly

This repository contains implementation of a Monopoly game clone.

Simplifications

The game logic was altered to be simplier to code. It could be easily adjusted to be exact copy of an original if necessary.

The list of changes:

  • all chances are money centered;
  • jail-exiting process was replaced with just a teleport;
  • added automatic bankrupcy prevention by selling property;
  • etc :)

Demo

2023-08-29.01-40-56.mp4

Installation

All required dependencies will be installed on the first run. This project is using:

Running

Development

Running is done via gradle. Just execute the following command in the root directory of the project:

./gradlew run

Usage

First, download a game from releases. Running a game is done via running the following command from the game directory:

java -jar desktop.jar