You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+33Lines changed: 33 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,8 +39,41 @@ Hey Vector...
39
39
-**let's play a classic**
40
40
- Play Pong against Vector. You need to use the standard Vector cube. Move it up and down in front of the camera to move the left paddle correspondly.
41
41
The game ends when you or Vector reach 9 points.
42
+
-**let's play a classic**
43
+
-**bingo**
44
+
- Vector will act as a bingo machine. Rub Vector's back to have him pull out a random number between 1 and 90. You can go on until all 90 numbers are pulled out,
45
+
or press the button on Vector's back to quit.
42
46
All commands are fully localized in the 5 supported languages. Feel free to help with the trenslations, that can surely be improved!
43
47
48
+
## Instant messaging
49
+
Since RELEASE_07, the VIM (Vector Instant Messaging) feature is enabled. You can run VIM server on your local network (preferred) or use a shared server (experimental).
50
+
VIM Server source code is available on Github [here](https://github.com/fforchino/VIM).
51
+
To enable VIM, run "sudo ./setup.sh". This will also install a daemon that checks for incoming messages for your bots.
52
+
53
+
Hey Vector...
54
+
-**Sign up to chat service**
55
+
- Signs up to chat service. You need to do this the first time only. It will use your robot name to sign up.
56
+
If you haven't set one, Vector will complain.
57
+
-**Login to chat service**
58
+
- Logs in to chat service, provided that you have signed up before. You also need to do this just once, you will be logged in until you log out.
59
+
-**Quit chat service**
60
+
- Logs out to chat service. This Vector won't receive anymore messages and will appear as "away" to others.
61
+
-**Chat with [username]**
62
+
- Sets the chat target. For example, "Chat with Filippo". All messages will be sent to user Filippo.
63
+
-**Who are you chatting with?**
64
+
- Queries the chat target. In case you forgot with whom this Vector is chatting.
65
+
-**Say [sentence]**
66
+
- Sends a text message with payload [sentence] to the current chat target
67
+
68
+
When a messga is received from another user, Vector will play a tune and then say:
69
+
70
+
**[Human|Vector][username] says: [sentence]**
71
+
72
+
In the special case that an emoticon is received, Vector will show the emoticon.
addLocalizedString("STR_CHAT_TARGET_SET", []string{"chatting with %s1", "parliamo con %s1", "", "", ""})
40
-
addLocalizedString("STR_CHAT_TARGET_UNKNOWN", []string{"not chatting with anyone", "non sto parlando con nessuno", "", "", ""})
31
+
addLocalizedString("STR_VIM_SIGN_UP_SUCCESSFUL", []string{"Signed up as %s1", "Registrato come %s1", "Registrado como %s1", "Enregistré comme %s1", "Aufgezeichnet wie %s1"})
32
+
addLocalizedString("STR_VIM_ERROR_ALREADY_REGISTERED", []string{"Username %s1 is already registered", "Il nome %s1 è già in uso", "El nombre %s1 ya está registrado", "Le nom %s1 est déjà enregistré", "Benutzername %s1 ist bereits registriert"})
addLocalizedString("STR_VIM_LOGIN_SUCCESSFUL", []string{"Logged into chat service as %s1", "", "Acceso al servicio de chat como %s1", "Connecté au service de chat comme %s1", "Zugriff auf den Chat Service wie %s1"})
addLocalizedString("STR_VIM_MESSAGE_SENT", []string{"Message to %s1 sent", "Messaggio inviato a %s1", "Mensaje a %s1 enviado", "Message à %s1 envoyé", "Nachricht an %s1 gesendet"})
addLocalizedString("STR_CHAT_TARGET_SET", []string{"chatting with %s1", "parliamo con %s1", "Chateando con %s1", "Discuter avec %s1", "Chatten mit %s1"})
40
+
addLocalizedString("STR_CHAT_TARGET_UNKNOWN", []string{"not chatting with anyone", "non sto parlando con nessuno", "No estoy chateando con nadie", "Je ne parle à personne", "Nicht mit jemandem plaudern"})
0 commit comments