Hi Friends, this is a Game, Escape Lane, made with Arduino. You can name it as per your wish😊 In this game an obstacle comes from the right-hand side towards the character, character has to avoid the obstacle to remain in the game. In this game I tried to give a human like shape to the character, you can try something else as per your wish As the game advances, score increases accordingly. When the obstacle hits the character, game is over, and it asks to start the game by pressing Pin-12 Material Required 1. Arduino UNO: 1 No. 2. 16x2 LCD Shield: 1 No. 3. Toggle Switches or Push Button: 2 Nos. 4. Some Wires 5. USB Cable to Program Game Working 1. LCD shield is plugged in to the Arduino UNO 2. Input-12 is used to start the game 3. As game is started, obstacle starts coming from the right-hand side toward the character 4. Input-2 is used to control our character, up and down 5. There are two rows, with the help of this switch we can control the position of the character 6. W...