Skip to content

Final project of the Algorithms and Computer Programming course at UnB in 2019.1

License

Notifications You must be signed in to change notification settings

gss214/Puzzle-Bobble-C

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bubble-Shooter

Development Information

Final project of the Algorithms and Computer Programming course at UnB in 2019.1

University of Brasilia, Institute of Exact Sciences, Computer Science Department

Algorithms and Computer Programming - 2019.1

Developed by: Guilherme Silva Souza

Language used: C

Compiler version: gcc (Ubuntu 7.4.0-1ubuntu1~18.04.1) 7.4.0

Description

The program is a game in a 2D grid represented by a matrix similar to the Puzzle Bobble game (also known as Bust-a-Move). The game has 5 random pieces, which will appear one at a time at a fixed point in the middle of the base of the board, and after the player's action, this must go to the indicated place. The possible final place that the piece will be must be visible for the player to take action to shoot it, and this path must also be controlled by the player. The player aims to get as many points as possible before the end of the game, which ends when the pieces reach the base of the board. As the playing time goes by, it becomes more difficult, so that the line belonging to the top of the playable board will “go down” little by little.

Images

img1

About

Final project of the Algorithms and Computer Programming course at UnB in 2019.1

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages