Update README.md

This commit is contained in:
Henry Hiles 2023-02-01 10:58:32 -05:00 committed by GitHub
parent 00b9bca8bb
commit 6242269ad4
Failed to generate hash of commit

View file

@ -1,2 +1,2 @@
# FlappyBird
A simple flappy bird game, made with html elements, CSS, and JavaScript. Made without using canvas.
A simple flappy bird game, made with the technologies listed below.\nIt uses a modular design, with many JS files working together. It uses ES6 arrow functions instead of regular functions.