Skip to content

Tarun-Kumar07/QuantumTicTacToe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QuantumTicTacToe

This is quantum version of traditional tic tac toe.
It is implemented by referring to this paper. Refer to the rules section in the paper.
You can play the game here. If the link is not working then run game locally by refering to this section

Locally run the game

  • Install docker. You can refer to official documentation
  • Once the docker is up and running paste the commands below in terminal.
  • Create docker image
 docker build -t quantum-tic-tac-toe https://github.com/Tarun-Kumar07/QuantumTicTacToe.git
  • Run docker image
 docker run -p 8501:8501 quantum-tic-tac-toe
  • Play the game by going to the url printed 😄.

About

Play tic tac toe with laws of quantum mechanics

Resources

License

Stars

Watchers

Forks

Packages

No packages published