https://github.com/oskyk/iota-tic-tac-toe
Iota tangle tic tac toe game
https://github.com/oskyk/iota-tic-tac-toe
flask game iota online python tangle tic-tac-toe
Last synced: about 1 month ago
JSON representation
Iota tangle tic tac toe game
- Host: GitHub
- URL: https://github.com/oskyk/iota-tic-tac-toe
- Owner: oskyk
- License: mit
- Created: 2018-05-14T12:24:33.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-27T14:56:20.000Z (almost 8 years ago)
- Last Synced: 2025-09-16T16:18:55.426Z (9 months ago)
- Topics: flask, game, iota, online, python, tangle, tic-tac-toe
- Language: Python
- Homepage:
- Size: 55.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
- License: LICENSE
Awesome Lists containing this project
README
# Iota tic tac toe
----
## What is Iota tic tac toe?
see [Iota-tic-tac-toe](http://iota-tictactoe.ddns.net)
This project was made as an experiment of capabilities of iota netowk
----
## Prerequisites
* memcached
* pip install -r requirements.txt
----
## Running your iota tic tac toe
1. Run your memcached
2. Run pip install `pip install -r requirements.txt`
3. Copy config/config.example.txt to config/config.txt `cp config/config.example.txt config/config.txt`
4. Edit config/config.txt to suit your needs
5. Run `FLASK_APP=iota-tic-tac-toe.py flask run --host=127.0.0.1 --port=80 &`
6. Run `python ttt-bot.py &`
7. visit [http://127.0.0.1/](http://127.0.0.1/)