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

https://github.com/markteekman/drag-drop-mini-game

Small demo of a drag and drop interface using JavaScript's PointerEvents, Node.cloneNode() and getBoundingClientRect().
https://github.com/markteekman/drag-drop-mini-game

html javascript scss

Last synced: over 1 year ago
JSON representation

Small demo of a drag and drop interface using JavaScript's PointerEvents, Node.cloneNode() and getBoundingClientRect().

Awesome Lists containing this project

README

          

# Drag Drop Mini Game
Small demo of a drag and drop interface using JavaScript's PointerEvents, Node.cloneNode() and getBoundingClientRect(), where you can pick op the boxes and drop them in the dropzone. You can move them around in the dropzone and when you set the numbers in the right order, a small win screen will appear! This project is build using my own [New Game](https://github.com/markteekman/new-game) Gulp Build (feel free to use it!).

[Checkout the live demo here.](https://markteekman.nl/levelup/drag-drop-mini-game/)

[Checkout my other LEVELUP projects here.](https://markteekman.nl/levelup/)

![og-level-drag-drop-mini-game](https://user-images.githubusercontent.com/3909046/111866148-a9e81f80-896b-11eb-8497-ec8fe0496fec.jpg)