Skip to content
/ Mon Public

A Monopoly-style game made by a uni freshman-to-be.

License

Notifications You must be signed in to change notification settings

tonyhu-x/Mon

Repository files navigation

Mon

Mon is a Monopoly-style board game with some rules and elements reimagined. The game is built with libGDX.

Installation

To install the game, simply download the JAR file from the latest release.

Requirements

This game is compiled with JDK 11. Therefore, there is no guarantee that it will run on earlier versions of JRE.

Running the Game

With the downloaded JAR, run the following from the command line:

java -jar name_of_binary.jar

Installing from Source Code

Assuming you have Java correctly configured on your system, simply download the source code and run a gradle build with the included gradle wrapper:

gradlew run

On Windows, use:

gradlew.bat run

Credits

Thanks to jasonwu-x for providing the graphics and contributing excellent ideas to the project.

About

A Monopoly-style game made by a uni freshman-to-be.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages