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
- Host: GitHub
- URL: https://github.com/vaneeza-7/brick-breaker-game-x86-64
- Owner: Vaneeza-7
- License: mit
- Created: 2022-11-27T02:22:48.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-28T18:15:31.000Z (over 2 years ago)
- Last Synced: 2025-01-07T15:44:35.413Z (5 months ago)
- Topics: brick-breaker, masm64
- Language: Assembly
- Homepage:
- Size: 65.4 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: License.md
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.