An open API service indexing awesome lists of open source software.

https://github.com/shen-po-heng/candy-crush_game_cpp_preactice

Hello, Every one, this candy crush by C is created at 2015 when I was fresh man. It's a memory for me. Welcome for fun.
https://github.com/shen-po-heng/candy-crush_game_cpp_preactice

Last synced: about 1 month ago
JSON representation

Hello, Every one, this candy crush by C is created at 2015 when I was fresh man. It's a memory for me. Welcome for fun.

Awesome Lists containing this project

README

          

# Candy Crush_game_Cpp_preactice_
Hello, Every one, this candy crush by C is created at 2015 when I was fresh man.

Although if let myself judge this program, there is too many place I can adjust it now, like repetitive code and not concise.
But, it's a memory for me.Maybe when I have time, I'd come back here to adjust it.

Welcome for fun.

- W A S D is "up","left","down","right".
- C is choose, enter is to execute

Starting page:

![Screenshot 2021-07-26 011044](https://user-images.githubusercontent.com/24763190/126916493-ace1f210-77fd-46ad-bf91-6ead4948bf7b.jpg)

Game page:

![Gamedisplay](https://user-images.githubusercontent.com/24763190/126916594-1a3975eb-6b02-4b38-9489-f6999e0be8ed.jpg)

This is a 10x10 rectangular candy tray. Move to the candy you want to exchange and press C to select

The selected two adjacent candy coordinates can exchange candy;

When three candies are connected, the candies will be eliminated and filled from top to bottom

Eliminate 3 □ or ☆ to get 5 points; eliminate 3 ○ or ◇ to get 10

Each time you move the candy steps, the number of steps will decrease once, and the game will end when you move to 0 times

Please enter ENTER to return to the previous page