Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lakshmankishore/flappybird
A Flappy Bird game clone.
https://github.com/lakshmankishore/flappybird
flappy-bird game html-canvas-game html-css-javascript
Last synced: about 2 months ago
JSON representation
A Flappy Bird game clone.
- Host: GitHub
- URL: https://github.com/lakshmankishore/flappybird
- Owner: LakshmanKishore
- Created: 2021-09-29T09:57:45.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-09-29T09:58:21.000Z (about 3 years ago)
- Last Synced: 2024-10-24T16:54:29.177Z (2 months ago)
- Topics: flappy-bird, game, html-canvas-game, html-css-javascript
- Language: JavaScript
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Flappy Bird
A singleplayer game. This is a cloned game of Flappy Bird.
I have used circle as a bird and rectangles as the block.## Built with
* HTML
* CSS
* Javascript
## Lessons LearnedI learnt more about HTML5 Canvas and some Object Oeriented Concepts from Javascript.
And learnt about `setInterval` in Javascript. I learnt about the Game Logic.## You can watch the code live [here](https://lakshman-flappybird.surge.sh/)