H
H
hardwellZero2015-04-03 22:29:41
Python
hardwellZero, 2015-04-03 22:29:41

How to implement tic-tac-toe over the Internet?

Good evening.
I wanted to write simple tic-tac-toe in a browser for two people in Python.
Basic moments:

  1. Connection occurs via a specially generated link
  2. Only 2 users can connect using the link at the same time.
  3. After the game ends, the session is terminated and the link is no longer available
  4. Dynamic Data Change
  5. Well, actually the functionality of the game itself, how best to store and transfer data?

What can I read / watch on this topic? Perhaps there are already some simple tutorials to catch the essence.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
U
un1t, 2015-04-04
@hardwellZero

Look towards Tornado + SocksJS.

H
hyral, 2015-04-04
@hyral

You can watch this course:
rutracker.org/forum/viewtopic.php?t=4657103

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question