Play the game here: https://gridline.vercel.app/
A fun and relaxing puzzle game created using cordova and javascript.
It works best on phone browsers!!!
You can even install it as a PWA on your phone.
The game's goal is to connect the gird lines to form a complete path linking the generators and the homes.
| This game is a POC and not intended for production use.
You need to have access to the internet to play this game. It contains a page to create new puzzles but you need to be registered to use it.
# install npm
sudo apt install -y npm
# install cordova locally
npm install -g cordova
cordova platform add browser
cordova run browser