Tag: explanation

  • Flappy Bird Game Using JavaScript

    We will create the Flappy Bird game using JavaScript only, means no framework is been used during the tutorial, the tutorial has two parts: 1st part : we understand everything about the game, we discuss things before we code. 2nd part : Type in the Code. **************************************************************************************** Download the starter template from gitHub, so you…