Skip to content

Latest commit

 

History

8 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

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

Stars

4 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages