Relative Content

Tag Archive for assemblygame-developmentinline-assembly

complete the bird game in ASSEMBLY

This game is a two player game
We will determine which piece will be added by rolling the dice.
There are six pieces and matched with the dice numbers as
1 vase.
2 legs
3 body
4 left wing
5 right wing
6 head
The bird image must be completed starting from the vase and next piece must be connected to the image on screen. For example, there is no piece in the screen, players must roll dice until 1 comes. When pieces 1 and 2 are on the screen, next piece can only be piece 3. After piece 3 is completed, pieces 4, 5, and 6 can be placed on the image since all three are connected with piece 3.
The player uses space key to roll the dice.
The player’s aim is to complete the bird first.
I have really problem to do this main part of the code .