Skip to content

Latest commit

 

History

History
55 lines (37 loc) · 2.46 KB

README-ENUS.md

File metadata and controls

55 lines (37 loc) · 2.46 KB

Flappy-bird

Screenshot_3

GitHub language count GitHub last commit License

OverviewFeaturesGetting startedREADME versions

🌎 Overview

Flappy Bird project running for desktop, promoted by Cod3r Cursos, Curso Web Moderno 2020

Hnet-image


🔧 Features

  • HTML
  • CSS
  • JavaScript

🚩 Getting started

The app is very simple, as it runs 100% in the browser, no back-end. To run it, just follow the step by step:

1- Make sure you have installed the Live Server extension on VS Code. If not, go to the VS Code package manager to search for it and install, as shown in the image below: Screenshot_1

2- In flappy.html, press F1 button to run the command Live Server: Open with Live Server which will open a browser window automatically. The interesting thing about this extension is that once you apply the command, after any change in your code, it's not necessary to apply it again. Just save the file with CTRL+S shortcut that the browser renders and it's refreshed automatically, without pressing F5 several times.

3- That's it, the app is already running! Enjoy yourself! =) Screenshot_3


README versions

Portuguese | English