leevayy / water-sort-puzzle

The game from viral mobile ad

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Water Sort Puzzle

image

I've been bored to death at the plane and I had no internet access to install react, scss and all the stuff from npm, so i just used plain html, css and javascript. Turned out pretty decent in my opinion!

I used vscode live server to run the project, so i wasn't aware of CORS error occuring when you open index.html directly. To fix this I had to resort to node.js and http-server package ):

TODO:

  • victory screen
  • restart button
  • levels or something
  • drag'n'drop
  • animations

Installation

git clone https://github.com/leevayy/water-sort-puzzle
cd water-sort-puzzle
npm i http-server
npx http-server

About

The game from viral mobile ad


Languages

Language:JavaScript 75.4%Language:CSS 16.9%Language:HTML 7.7%