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.
- Host: GitHub
- URL: https://github.com/shen-po-heng/candy-crush_game_cpp_preactice
- Owner: Shen-po-heng
- Created: 2020-04-14T13:33:35.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-07-25T23:21:11.000Z (about 4 years ago)
- Last Synced: 2025-01-01T09:26:18.862Z (10 months ago)
- Language: C++
- Homepage:
- Size: 510 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 executeStarting page:

Game page:

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