Skip to content

peterts/turing-test-v2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

turing-test-v2

Used to host a turing test

How to use

Start the tester on one machine:

python tester.py

It's important that the tester is started first as this will work as the server hosting the test. Then, start the subject (of the test) on another machine:

python subject.py

Follow the instructions given on the screen, and have fun :)