Skip to content

Heroiu-Justinian/QrQuiz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QrQuiz

This is a simple game written in python in which you can solve a Qr code that you can then scan.

Usage

Using it is simple:

$ pip install -r requirements.txt
$ python game.py some_data_string

Example:

$ python game.py https://www.youtube.com/watch?v=dQw4w9WgXcQ

How it works

The game takes the data and generates a QR code ( might be any kind of text, not necessarily a link ). From the QR code, it generates an outer frame for the game which is an image and an inner grid which is the playable part Any cell in the grid can be clicked to change its state from white to black and vice versa to solve the puzzle. The game will display in terminal the lines that have been solved.

In case you want to solve the game instantly, you can press left ctrl

About

A fun little qr game that you can play with your friends

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages