Angry birds game implemented in assembly languagae,
path of game file: angry birds\DOSBoxPortable\abc.asm.
- Go to path: angry birds\DOSBoxPortable\Data\settings\dosbox.conf.
- Open the conf file.
- Add the following lines to it mount p: path where you keep the folder\angry birds\DOSBoxPortable p:
- Run the dosbox portable application in same directory as game file
- Instructions: Use Esc key to move on to next level immediately. Use arrow keys to move your player backwards in any direction.
Untitled.video.-.Made.with.Clipchamp.7.mp4
- To add new levels to game:
each line represents a level data. 0s and 1s are use to structre the building of enemy. 1 means brick is visible and 0 mean there is not brick. By just using 1s and 0s you can create another new level.