Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Informix Database Administrators Survival Guide

Authors: Joe Lumbley

1st Edition

0131243144, 978-0131243149

More Books

Students also viewed these Databases questions

Question

Fix leaky faucets and toilets.

Answered: 1 week ago