A HTML snake game encoded in QR code.
These instructions will get you a copy of the project up and running on your local machine for development purposes.
To install and run this project you need:
To set up everything in your local machine, you need to follow these steps:
- Clone this repo and then change directory to the
snake-game-qr
folder:
git clone https://github.com/kaushalmeena/snake-game-qr.git
cd snake-game-qr
- Install project dependencies using npm:
bun install
To create qr-code.png file from input.html run:
bun run encode
To create output.html file from qr-code.png run:
bun run decode
This project is licensed under the MIT License - see the LICENSE file for details.