Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lakshmankishore/escape
A game to move the square from bottom of the screen to top of the screen, with abstraction.
https://github.com/lakshmankishore/escape
game html-canvas-game html-css-javascript
Last synced: about 2 months ago
JSON representation
A game to move the square from bottom of the screen to top of the screen, with abstraction.
- Host: GitHub
- URL: https://github.com/lakshmankishore/escape
- Owner: LakshmanKishore
- Created: 2021-09-29T09:46:41.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-09-29T09:47:28.000Z (about 3 years ago)
- Last Synced: 2024-10-24T16:54:35.415Z (2 months ago)
- Topics: game, html-canvas-game, html-css-javascript
- Language: JavaScript
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Escape Game
A singleplayer game. This game cannot be played in laptop. Please play it in Mobile.
## Built with* HTML
* CSS
* Javascript
## Lessons LearnedI learnt more about HTML5 Canvas and some Object Oeriented Concepts from Javascript.
Since Javascript doesn't have touch and hold eventListener,
So I learnt and created own touch and hold eventListener using `touchstart` and `touchend` eventListener.## You can watch the code live [here](https://lakshman-escape.surge.sh/)