Question
ARKANOID (BREAKOUT) GAME PROJECT like this : https://www.classicgame.com/game/Arkanoid using C graphics library Rules: You must implement a main menu for your game which contains:New Game
ARKANOID (BREAKOUT) GAME PROJECT
like this : https://www.classicgame.com/game/Arkanoid
using C graphics library
Rules:
You must implement a main menu for your game which contains:New Game
Easy
Medium
Hard
High Scores
Help
Quit
Yes
No
Your game also should have an in-game pause menu which contains:
Resume Game
Quit to Main Menu
Yes
No
Quit to Windows
Yes
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 which 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 game should be paused and display a pause menu.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started