https://github.com/dkter/quantum_tic_tac_toe
like tic-tac-toe, but more Quantum
https://github.com/dkter/quantum_tic_tac_toe
dolphin-smalltalk smalltalk
Last synced: 5 months ago
JSON representation
like tic-tac-toe, but more Quantum
- Host: GitHub
- URL: https://github.com/dkter/quantum_tic_tac_toe
- Owner: dkter
- Created: 2019-11-08T05:22:57.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-07T18:29:00.000Z (almost 6 years ago)
- Last Synced: 2025-01-16T11:42:50.387Z (over 1 year ago)
- Topics: dolphin-smalltalk, smalltalk
- Language: Smalltalk
- Size: 175 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Quantum Tic-Tac-Toe

### Please note
This is still extremely buggy. I would try to fix some of the bugs but the issue is this game is really tough to wrap your head around and I barely understand what I'm doing or what's supposed to happen when playing the game.
### Instructions
https://en.wikipedia.org/wiki/Quantum_tic-tac-toe#Gameplay
### Download
You can get a compiled binary for Windows from the [releases page](https://github.com/dkter/quantum_tic_tac_toe/releases/latest) (download quantumttt.exe).
#### For developers
To import the code into your own Dolphin Smalltalk image:
- Clone this repo
- In Dolphin Smalltalk, go to the Package Browser
- Click "Install Package" in the toolbar
- Navigate to the .pac file that's part of this repo, and install it
- When making changes, make sure to save the package (from the Package Browser, right-click the quantum_tic_tac_toe package and save it)
- When updating the package (i.e. after fetching new changes), you need to uninstall the package by right-clicking on it in the Package Browser, and then reinstall it.