Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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 Learned

I 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/)