Monopoly Team Repo for Term Project CSCI 234
This project is a adaptation of the classic Monopoly board game, developed as a term project for CSCI 234. It allows multiple players to engage in the game, simulating property trading, rent payments, and strategic financial planning.
Before running the project, ensure you have the following installed:
- Java Development Kit (JDK) 11 or later
- Git (optional, for cloning the repository)
-
Clone the Repository:
git clone https://github.com/AJamell/MonopolyProject.git cd MonopolyProject -
Build the Project:
- Open the project in your preferred IDE (e.g., IntelliJ IDEA, Eclipse, VS Code with Java support).
- Ensure all dependencies are resolved.
- Compile the project.
-
Run the Application:
- Locate the main class in the source files.
- Run the main class to start the game.
- Launch the application to access the main menu.
- Choose the number of players (2-4).
- Players take turns rolling dice to move around the board.
- Depending on the landed property, players can buy, pay rent, or draw cards.
- The objective is to accumulate wealth and bankrupt opponents.
- Use on-screen buttons to roll dice, manage properties, and end turns.
- Follow in-game prompts for specific actions.
- Giovanny Teran - TeranG@moravian.edu
- Jamell Alvarez - alvarezj@moravian.edu
- Matthew Kraus - Krausm@moravian.edu
- Deborah Rabinovich - rabinovichd@moravian.edu
This project is for educational purposes and does not have an official license yet.