Skip to content

Radket27/Quantum-tic-tac-toe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Quantum-tic-tac-toe

Tic tac toe with quantum random number generator

This program works only with Qiskit installed, you can install Qiskit with

pip install qiskit

After opening program you can choose game mode, because there is only single player mode to play you should click 1.
Now you can take your first move. On the board are numbers from 0 to 9 which correspond to places where you can take.
After your first move quantum random number generator choose another random place.