PedroLucasOM / BreakingBall

:computer: Game for the discipline of Laboratory of Programming of the course of Computation of the IFCE :mortar_board:

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Welcome to BreakingBall πŸ‘‹

Version Documentation Maintenance Twitter: PedroLucasOM

πŸ’» Game for the discipline of Laboratory of Programming of the course of Computation of the IFCE πŸŽ“

🏠 Homepage

Prerequisites

  • mingw = 0.6.3

Install

gcc game.c -o run

Usage

run.exe

Home Screen


Game Level Selection


Palette Functionality

The central part of the palette will always throw the ball vertically. The neighboring parts of the central part will deflect the ball vertically or diagonally depending on whether the column where the ball is located is odd or even. The tips of the palette will always deflect the ball to their respective diagonals.


Game Completion

The game will end when it reaches the required required score or when the ball goes beyond the lower limit of the palette, respectively win or loss.



Author

πŸ‘€ Pedro Lucas

🀝 Contributing

Contributions, issues and feature requests are welcome!
Feel free to check issues page.

Show your support

Give a ⭐️ if this project helped you!

About

:computer: Game for the discipline of Laboratory of Programming of the course of Computation of the IFCE :mortar_board:


Languages

Language:C 100.0%