Skip to content
Snippets Groups Projects
Commit ab550d96 authored by William Waites's avatar William Waites
Browse files

cosmetic, and bump version

parent a98304e6
No related branches found
No related tags found
No related merge requests found
......@@ -117,11 +117,11 @@ class Interrogator(Interlocutor):
def handle(self):
self.log.info("connecting...")
self.write(f"""
Welcome to the Imitation Game. Your role is "interrogator". You
get to ask {self.n} questions of your interlocutor to determine if
they are a human or a machine. At the end of the session you
will be asked which you think they are and why. If you have made
up your mind and want to end the session early, type "END" all caps.
Welcome to the Imitation Game. Your role is "interrogator". You get to
ask {self.n} questions of your interlocutor to determine if they are a
human or a machine. At the end of the session you will be asked which
you think they are and why. If you have made up your mind and want to
end the session early, type "END" all caps.
Good luck!
......@@ -181,10 +181,10 @@ class Human(Interlocutor):
def handle(self):
self.log.info("connecting...")
self.write(f"""
Welcome to the Imitation Game. Your role is HUMAN. You will be
asked {self.n} questions by an interlocutor who is attempting
to find out if you are a human or a machine. Your task is to
convince them that you are human. Good luck!
Welcome to the Imitation Game. Your role is HUMAN. You will be asked
{self.n} questions by an interlocutor who is attempting to find out if
you are a human or a machine. Your task is to convince them that you
are human. Good luck!
Please wait to be connected to an interlocutor...""", colour=self.serv_colour)
......
......@@ -3,7 +3,7 @@
from setuptools import setup, find_packages
setup(name='imitation',
version='0.1',
version='0.2',
description='Turing Test',
author=['William Waites'],
author_email='william.waites@strath.ac.uk',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment