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

https://github.com/vaneeza-7/brick-breaker-game-x86-64

⚒️ Brick breaker game using MASM-615 64 bits. Co-author: @Minahil rashid
https://github.com/vaneeza-7/brick-breaker-game-x86-64

brick-breaker masm64

Last synced: 3 months ago
JSON representation

⚒️ Brick breaker game using MASM-615 64 bits. Co-author: @Minahil rashid

Awesome Lists containing this project

README

        

# Brick-Breaker-Game-x86-64
In the brick breaker game, the player moves a paddle from side to side to hit a BALL. The game
objective is to eliminate all of the BRICKS at the top of the screen by hitting them with the BALL.
But if the ball hit the bottom ENCLOSURE, the player loses and the game ends! To win the game,
all the BRICKS must be eliminated. The game is split into many levels, which must be completed
in sequence. There will be a time limit of 4 minutes and the remaining time will be shown with the
counter. The purpose of this game is to complete all the levels without losing all lives. The player
will have a maximum of 3 lives.