My team needs help of thinking of ideas for our project Team Project Guidelines
ID: 3886990 • Letter: M
Question
My team needs help of thinking of ideas for our project Team Project Guidelines GUI The team projoct should have a GUI that uses different types of window components and event handling through out the running of the application. Model-View-Controller The team project should follow the model-view-controller design pattern. The code should have different packages for the model, view, and controller. Except for the initial main method. each class should be part of the model package. part of the view package, or part of the controller package Number of Classes The team project should have 20 or more classes. Note that the the pons prosram has 9 classes for a fairly simple application. Model The model should have different types of elements that it keeps track of n ths asng arosram, there are two types of things the model keeps track of, the ball and the paddle. Probably this application should have a PongBal1 class and a PongPaddle class; this would facilitate having multiple balls or multiple paddles. Your model should have more than two types of things that it keeps track of. One example that could be added on to almost any project is user settings that can be saved between sessions. Another example is allowing the user to undo actions,e.g the model has a list of Action objects which save enough information to go back to the previous state. git and GitHub The project should be developed using git and stored in github.com. Each team member should have several commits making significant changes to the code. Your instructor will be providing repositories on github.com for you. Your instructor will look at the history of commits to ensure that all the team members have made significant contributions to the project UML Diagram The project should have a detailed UML. diagram using the Violet UML EditorExplanation / Answer
The project should contain a 3D graphics where more than 3 balls to should move together on the screen.
Initially, the user needs to select the level of the game.
There should be 3 different levels, that is Easey, Medium, Hard.
The score needs to be displayed on each level and the minimum score level should be fixed from the begining.
A readme file need to be mentioned.
Related Questions
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.