VB simple game model
the flying bird
Although I can’ t copy the picture, showing the way how to do it is a good way to both understand the game and learn the programming language.
the code
1 | Private Sub Command1_Click() 'press botton |
1 | Private Sub Command2_Click() 'reset botton |
1 | Private Sub Timer1_Timer() 'timer |
the situation that the ‘bird’ touch the wall:

the situation that the ‘bird’ get to the final point:
