Spaccino is a Java-based game inspired by the classic DopeWars. Players take on the role of a drug dealer in a gritty urban environment, navigating a volatile black market. The goal is to maximize profits by buying and selling drugs, while dealing with random events, challenges, and the ups and downs of the market. The game is currently in its early stages of development, with many more features planned.
The game is still in its infancy, but key features are being implemented. At this stage, you can manage your finances, make purchases, sell goods, and face random events that impact the market. Future updates will focus on expanding gameplay mechanics and improving the user interface.
- Buy and Sell Drugs: Engage in the black market by purchasing and selling different types of drugs, each with fluctuating prices.
- Money Management: Keep track of your balance, making strategic decisions about when to buy or sell.
- Random Events: Encounter events that influence the market, such as police raids, price changes, and more.
- Text-Based Interface: Currently using a simple text interface for interaction (a graphical user interface will be added in future updates).
-
Clone the repository:
git clone https://github.com/your-username/spaccino.git
-
Compile and run the game:
javac -d bin src/*.java
java -cp bin App
-
Follow the on-screen instructions to start playing. Your goal is to buy and sell drugs, manage your money, and adapt to the ever-changing market conditions.
- Graphical User Interface (GUI): Work is underway to develop a more immersive graphical interface for the game.
- Expanded Gameplay: Future updates will introduce new features such as competing with other dealers, managing multiple types of goods, and dealing with new challenges.
- Improved Random Events: More varied and impactful events to create a dynamic, unpredictable gameplay experience.
Contributions to Spaccino are welcome! If you'd like to contribute, you can fork this repository, add your features or improvements, and submit a pull request.
This project is licensed under the MIT License - see the LICENSE file for more information.
Note: Spaccino is a fictional game created for entertainment purposes. It does not promote or encourage illegal activities in any way.