Question: Arkanoid game using c Rules: you must use only graphics.h library You must implement a main menu for your game which contains: New Game Easy
Arkanoid game using c Rules: you must use only graphics.h library You must implement a main menu for your game which contains: New Game Easy Medium High Scores Help Quit Yes No Your game also should have an in-game pause menu which contains Resume Game Quit to Main Menu No Quit to Windows No Movement of Racket Your racket in game should be at the bottom of the game screen. It should be able to move left and right. Player should lose a life if racket fails to hit the ball. Speed and moving direction of ball should be related to hitting point of racket. Blocks: There should be blocks on top of game screen are breakable by ball hits. Player should gain score for each block break Game should be over with winning state, if all blocks are broken Levels: Your game should have 3 difficulty levels: "Easy". "Medium" and "Hard" You can make the game difficult by adding extra walls or adjusting the speed of ball. Scoring: Your game should have scoring. Every block that is broken must add points. Points should be related to game level. Current points of player should be always on screen. Highest 10 scores should be stored on file and viewable on "High Scores" menu. Pause Menu: If user presses "Esc" key while playing a game, your which
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
