Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 539 Bytes

File metadata and controls

17 lines (9 loc) · 539 Bytes

FlappyBird created on CSharp WPF.NET Framework

Project objectives:

1).Create a fun and engaging flappy bird game in visual studio!

2).Use the new WPF format to make games.

3).Use timers, key down and key up events.

4).Check for collision detections between objects and take appropriate action.

5).Change rotation of objects using key board events and transform properties.

6).Using for each loop to identify images using tags in the game.