Question: write a candy crush code in C++ only . it has to be console based only. Write the code restricting to very basic c++ syntax.
write a candy crush code in C++ only. it has to be console based only. Write the code restricting to very basic c++ syntax. make a 2D array and a 9x9 board must be made. use colored text characters for instead of candies At the start of the game the whole grid will be filled with new random candies. T the target goal point and moves must be provided at the start of the game. the information of remaining moves ,target points and gained points must be updated. STICK TO SIMPLE SYNTAX OF C++. DO NOT USE too advanced functions that are defined in the language.
USE ARROW KEYS TO NAVIGATE CURSOR ACROSS CANDIES AND SWAP THEM USING SOME OTHER KEY.
1 crush plain candies
2 stripped candies
3 wrapped candies
4 color bomb
5 plain + stripped candy
6 plain + wrapped candy
7 color bomb + simple candy
8 color bomb + color bomb
9 stripped candy + color bomb
10 wrapped candy + color bomb
11 stripped candy + wrapped candy
12 wrapped + wrapped candy
13 winner/ loser
14. save/ load game
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
