In: Computer Science
Create a project plan on the game or application you are creating. Using java programming. The project plan should include the following:
The game or application does not need to be a complex project, the only requirement is that the game or application needs to have a GUI (graphical user interface).
2D Robo Bird Game
1. Description -
Robo Bird Game is designed for Kinder gaming purposes and implemented using the OpenGL utility toolkit to implement the algorithm written in Java programming language. The objective of the game is to fly a robo bird in space with a restricted upward and downward motion using either mouse or keyboard, meanwhile, random danger walls will move towards the player's copter and the player has to avoid a collision between them. The game will enter into next level as soon as the player crosses the next 50 unit distance and the speed of the wall will increase by a certain amount each time player enters the next level. The game will be over if a collision occurs between the player's copter and a wall.
2. IDE -
We are going to use Eclipse IDE for writing the Java code, including all Computer Graphics and OpenGL libraries, declaring variables, mentioning the base cases and conditions, etc.
3. Approach -
The step-by-step approach of designing and developing the game is as follows: