-
💻 Terminal Based - The application runs in the terminal for easy access and control.
-
💵 Paperless Monopoly - Say goodbye to paper money!
-
🏠 Property Management - It also takes control of players' properties and houses / hotels.
-
📥 Download - Get the latest release from the GitHub Repository.
-
📂 Unzip - Extract the downloaded file.
-
🔨 Compile - Build the project using the following command:
javac MonopolyBank.java
-
▶️ Run - Run the project using the following command:java MonopolyBank
-
🆕 Create a New Game - Start by setting up a new game.
-
👥 Add Players - Invite your friends to join the game and add them as players.
-
▶️ Start the Game - Once everyone is ready, start the game. -
🎲 Play your Turn - Enter your card code and your number to perform an operation.
-
😄 Enjoy! - Have fun playing the game until only one of you is a millionaire!
-
🚫 Never Delete - This file should never be deleted.
-
🌐 Translation Reference - It serves as a reference for future translations.
-
🎮 Game Texts - It contains the default values for all the game's texts.
-
🧪 Updating Source Code - Every text in the game should be contained in this file.
-
🔧 Game Parameters - The
Constants.java
file is a Java class that contains all game parameters. -
🔄 Modifying Parameters - If you need to change any game parameter, this is the place to do it.
-
🎛️ Default Values - This file includes default values for all the game's parameters.
-
📁 File Paths - It also specifies the different paths for the game's files.
-
🌐 Adding Languages - If wanted to add new languages, remember adding them to
AVAILABLE_LANGUAGES
list. -
👤 Adding New Players - If wanted to increment the number of players, create a new Color in
Color.java
enum.
- ☕ Java 8 or higher installed on your machine.
Name | GitHub | |
---|---|---|
Diego Sánchez | CuB1z | cubizdev@gmail.com |
© 2024 CuB1. All rights reserved.