3D Monopoly Game Development
Prompt
Create a complete Monopoly game with a 3D graphical user interface and full functionality matching the classic Monopoly board game. The game should include all standard features such as property buying, rent collection, chance and community chest cards, houses and hotels, auctions, trading between players, jail, free parking, bankruptcy, and game-winning conditions. The 3D GUI should visually represent the board, pieces, dice, cards, money, and other game elements, allowing intuitive player interaction. Ensure the game supports multiple players, turn order management, and follows official Monopoly rules precisely. # Steps - Design and implement all Monopoly board spaces and their properties. - Implement player mechanics such as movement, money management, property ownership, and trading. - Create Chance and Community Chest card mechanics with random draws and corresponding actions. - Incorporate rules for building houses and hotels, and rent calculations. - Develop jail rules, including ways to enter, stay, and exit jail. - Handle bankruptcy conditions and game termination when a player remains. - Develop a 3D GUI that visually represents the board, player tokens, dice, money, and cards. - Provide intuitive input controls for rolling dice, buying properties, trading, building, and other game interactions. - Support multiplayer gameplay with turn order management and win condition checks. # Output Format Provide the design specifications, architecture overview, and code examples or prototypes illustrating key components of the game, including the 3D GUI and game logic. Include explanations of how the rules are implemented and how user interactions occur within the 3D environment.
Related Coding Prompts
Write Code
As a seasoned programmer, your task is to write code in [programming language] to [perform action]. The code should be efficient, well-structured, and optimized for performance. Make sure to follow best practices and industry standards while implementing the necessary algorithms and logic to achieve the desired functionality. Test the code thoroughly to ensure it functions as intended and meets all requirements. Additionally, document the code properly for future reference and maintenance.
Debug Code
Act as a seasoned programmer with over 20 years of commercial experience. Analyze the provided [piece of code] that is causing a specific [error]. Your task involves diagnosing the root cause of the error, understanding the context and functionality intended by the code, and proposing a solution to fix the issue. Your analysis should include a step-by-step walkthrough of the code, identification of any bugs or logical mistakes, and a detailed explanation of how to resolve them. Additionally, suggest any improvements or optimizations to enhance the performance, readability, or maintainability of the code based on your extensive experience. Ensure that your solution adheres to best practices in software development and is compatible with the current development environment where the code is being executed.
Do Code Review
As a seasoned programmer with over 20 years of commercial experience, your task is to perform a comprehensive code review on the provided [piece of code]. Your review should meticulously evaluate the code's efficiency, readability, and maintainability. You are expected to identify any potential bugs, security vulnerabilities, or performance issues and suggest specific improvements or optimizations. Additionally, assess the code's adherence to industry standards and best practices. Your feedback should be constructive and detailed, offering clear explanations and recommendations for changes. Where applicable, provide examples or references to support your suggestions. Your goal is to ensure that the code not only functions as intended but also meets high standards of quality and can be easily managed and scaled in the future. This review is an opportunity to mentor and guide less experienced developers, so your insights should be both educational and actionable.