ADDITIONAL INFORMATION:
1. I will provide a zip file for the project
2. I will make payment before the work starts after I have found a competent coder. The compensation is slightly negotiable
Order Info
Сustomer's subject:
Assembly programmingPreferred IDE:
CLion for OPENGL, TASM for assemblyType of assignment:
Writing a program/codeInstructions
Hide
In this project, you will code a simplified brick breaker game in x86 assembly language and write cover art
for your game using OpenGL and GLSL. (If you chose the full OpenGL project, then you are creating an
integrated game with cover art. Integrated means all within the same program.)
You are provided with an object file util_br.obj which contains some functions that your code
will use: setupGame, drawBricks, checkBrickCollision, sleep, decreaseLives,
getScore and clearPaddleZone. Your program will access these functions by linking this object file and using the extrn statement.
You are also provided with a starter assembly file bricks.asm where you will add your code for the
game.
Project ID:FS-12074-kazi