ChapterPDF Available

Code Hunting Games: A Mixed Reality Multiplayer Treasure Hunt Through a Conversational Interface

Authors:

Abstract and Figures

In this paper, we describe an online multi-player game that challenges players with abstract coding puzzles that are tied to a geo-graphical location. The proposed system transposes the classical scheme of “treasure hunt” games into a mixed-reality game, where players must physically move in order to advance in the game, while at the same time interacting with a chatbot through an online messaging system. The implementation of the online game is described in detail and an overview of different deployments of the system is given, including a large-scale deployment during the European CodeWeek 2017. We discuss details of the proposed system, including lessons learned during the development and operation of the game. We also argue that mobile games like the one proposed can be successfully adopted for many different purposes, from entertainment to education.
Content may be subject to copyright.
Code Hunting Games: a mixed reality
multiplayer treasure hunt through a
conversational interface
Lorenz Cuno Klopfenstein, Saverio Delpriori,
Brendan Dominic Paolini, and Alessandro Bogliolo
DiSPeA
University of Urbino, Italy
cuno.klopfenstein@uniurb.it
Abstract.
In this paper, we describe an online multi-player game that
challenges players with abstract coding puzzles that are tied to a geo-
graphical location. The proposed system transposes the classical scheme
of “treasure hunt” games into a mixed-reality game, where players must
physically move in order to advance in the game, while at the same time
interacting with a chatbot through an online messaging system. The
implementation of the online game is described in detail and an overview
of different deployments of the system is given, including a large-scale
deployment during the European CodeWeek 2017. We discuss details of
the proposed system, including lessons learned during the development
and operation of the game. We also argue that mobile games like the one
proposed can be successfully adopted for many different purposes, from
entertainment to education.
Keywords:
Bots; instant messaging; conversational UI; mobile gaming;
mixed reality
1 Introduction
Online messaging represents one of the most popular communication channels,
widely adopted since the early days of Internet access and now surged to be the
most important function of modern smartphones for a majority of users, especially
younger ones. As different studies confirm, not only have instant messaging (IM)
systems replaced SMS as the primary text communication vehicle, but many
IM platforms are used more frequently than traditional social networks [4]. Even
if considerable variation exists in the adoption of different platforms, using IM
communication channels is often the prevalent reason for using a smartphone [16].
A large-scale study by Battestini et al. shows that many individuals perceive
IM as a common and preferred communication channel, and they also frequently
engage in many simultaneous conversations throughout the day [1]. Also, IM chats
are more conversational in nature and often are used for group-based communi-
cation, leading to the exchange of very frequent messages if compared to other
communication tools such as SMS or e-mail [7]. In a small-scale study of mo-
bile phone users Dinger et al. found that users are “attentive” (i.e., they react
quickly to incoming messages) for more than 12 hours of a day. Non-attentiveness
typically lasts for at most 5 minutes at daytime [8]. Even if these studies might
not be representative of behaviors in a larger population, they show that instant
messaging is a truly pervasive activity, which frequently requires users to “mul-
titask” in order to maintain ongoing conversations on their smartphones while
performing other activities, such as homework or working on a computer [11].
Starting in 2014, most major online messaging systems have begun introducing
“bots”: conversational agents that can interact with users on the platform through
the exchange of simple text messages, right inside the messaging system itself [15].
Conversations with bots look like any other chat with friends or relatives but
provide an easy way for third-party developers to have a direct communication
channel to users. Bots exhibit many advantages if compared to traditional
mobile applications, including not requiring lengthy installation or updating
processes, the presence of a very familiar interaction model, and independence
from the underlying software platform. Moreover, many IM platform providers
have started enhancing the conversational UI paradigm, expanding it with more
complex messages and interactive elements, which provide much more engaging
experiences than simple text messages [13]. IM platforms increasingly focus on
bots as efficient software distribution services: an alternative to mobile application
stores, which allows IM systems to disrupt the control of mobile OS providers
and to directly reach consumers.
1.1 Related work
Current work on bots and autonomous conversational agents can be traced back
to over 60 years ago, with attempts such as Alan Turing’s Imitation Game [21]
or Weizenbaum’s ELIZA chatbot [22], both centered around computer programs
that would attempt to give the illusion of an actual human-to-human interaction
through the exchange of text messages.
Current applications of conversational agents on IM platforms span a variety
of use-cases [20], including recommender services that extract user preferences
and interests from conversations in natural language [6], which can be applied to
business, e-commerce, or e-citizenship endeavors. Bots are well suited to provide
access to existing data [5] or to provide a meeting point between multiple actors,
for instance, citizens, open data sources, and policy makers for decision-making
purposes [14]. Other, more personal, use-cases include conversational interfaces
for popular fitness or nutrition tracking applications [10]. In the medical field,
bots can be used to provide quick diagnoses based on patient symptoms, by
following an expert-system approach sourced from existing diagnosis flow charts
and procedures in medical literature [9]. Other applications specialize in complex
machine learning in order to generate dialogues on small talk topics [19], with the
aim of making bots and virtual assistants sound more natural when interacting
with humans. Chatbots have also been successfully used to deliver online quizzes
and games, for educational or entertainment purposes [12].
1.2 Contribution
Large parts of chatbot-related research has focused on techniques to engage users
in natural conversations, understanding natural language and context, first using
rule-based systems, pattern matching, and then machine learning techniques [18].
In this work we focus on conversational interfaces and instant messaging systems
as software delivery platforms, providing a sample application that eschews
most natural language in favor of simple and unambiguous interactions through
the UI elements offered by modern IM platforms [13]. We present a system
that provides a multiplayer puzzle-based game through a conversational interface
aimed at simplicity and effectiveness. The system is inspired by previous game-like
applications deployed through IM bot platforms [3] and makes use of the peculiar
features of these systems to provide a reliable and accessible user experience [15].
2 Code Hunting Games
The proposed game is based on the traditional scheme of “treasure hunt” games,
mixing the tasks of physically locating objects in an environment and that of
solving riddles. The base gameplay scheme is transposed into a mixed-reality
experience, that makes use of an IM bot to manage the game.
Each game run is articulated into multi-
Fig. 1.
Part of a chat with the bot
during a game session.
ple steps, each one of which requires players
to first reach a given location, find a hid-
den physical “token”, and then to solve an
abstract coding puzzle, which is provided
and verified by the IM bot. Once a team of
players completes all steps of a game, the
game is over.
Locations to reach are represented by
pinpoints on a map. Physical tokens to find
are realized using deep-link QR Codes, as
described in detail in Section 2.1. Riddles
presented to participants can be created in
any figurative or textual form. The current
deployment of the game focuses exclusively
on coding-oriented puzzles, in particular for
primary and secondary school pupils and
teachers, as further described in Section 2.2.
Currently, the game is implemented as
a bot for the Telegram platform exclusively.
Game administration services and the ac-
tual gameplay are both delivered through
a conversational interface, which can be accessed through any Telegram client
application. Part of a gameplay interaction is shown in Figure 1.
A complete run of a game session is constituted of the steps listed below.
Game states for each team
1.
Registration: the team leader registers to the game, he or
she provides a name and the number of players of the team;
2.
Start: at a set time, players gather in a predetermined loca-
tion to start the game;
3.
First selfie: teams snap the first selfie at the starting location;
4.
First puzzle: teams solve the first puzzle, possibly helped by
organizers at the starting location;
5.
Reach location: the bot assigns a random location to each
team and tells them to reach it;
6.
Selfie: the team leader gives proof of the team having reached
the location and snaps a picture;
7.
Puzzle: the team solves a random coding puzzle and obtains
a hint for the last puzzle. Go back to (5) if not all puzzles
of the game have been solved yet;
8.
Last location: teams are directed to a predetermined last
location;
9. Victory selfie: last picture;
10.
Last puzzle: the team solves one last puzzle putting together
all hints collected during the previous steps;
11.
Victory: the game is over. The team first solving the last
puzzle wins the game.
Selfies at steps (3), (6), and (9) serve a dual purpose: by providing a picture
of the whole team, they serve as proof of the entire team reaching the assigned
location (even if verification is not automated and must be done by the organizers).
Secondarily, selfies are shown to the other teams (this is achieved through a public
Telegram channel, as described in Section 2.3). All players thus automatically
receive a status update from other teams progressing in the game. This expedient
makes the game more engaging, provides a nice “feel” for the game’s progress,
and also pressures players to keep up with other teams. Selfies can be decorated
by the bot with a themed overlay, thus transforming all pictures of team members
in participation badges, that can easily be shared as trophies on social media.
2.1 Physical locations and deep-links
During the game, player teams are required to reach a sequence of different
locations. While target locations are plainly indicated by the bot on a map, they
are physically represented by a “token”, which is hidden around the indicated
spot.
These “token” objects—physical items bound to a geographical position, in
game terms—make use of the deep-linking feature provided by Telegram. Deep-
links are standard URLs that provide a direct pointer to a chat conversation
Fig. 2.
Seamless interface transition from physical QR Code to bot conversation inside
the Telegram client.
with a bot. These direct pointer URLs have one single text-encoded parameter,
which can include any arbitrary data to be sent to the bot. Data can be used to
identify a point in time, an object, contextual information and, in this case, a
geographical location [12]. Deep-link URLs can be used like traditional hypertext
links but—in the context of the game—they are encoded as QR Codes, printed
on paper or other physical supports, and placed for players to find.
Deep-linking makes use of several operating system level features on most
mobile OS platforms in order to provide a seamless experience. As shown in
Figure 2, (a) the deep-link URL is scanned using a QR Code scanner, (b) the
URL is opened in the default browser, which provides a landing page for users
without Telegram client or launches the Telegram client app through a custom
URL scheme, (c) the Telegram client opens up a conversation to the bot and
sends the deep-link’s data payload to the bot.
2.2 Coding puzzles
While the basic game framework can be easily adapted to any kind of puzzles
and riddles, all public “Code Hunting Games” events included puzzles especially
focused on coding and programming. In particular, the puzzles were mainly
inspired by grid movement games and block-based programming languages (as
seen on Code.org, “Hour of Code”, or Scratch). Most puzzles also make use of
the color-coded iconography established by the “CodyRoby” card game [2].
Puzzles are always represented by an image along with a written question.
Answers by players must be provided in simple text form, such as a sequence of
text-coded actions, a color, a number, or similar simple formats, which allow the
bot to evaluate the answer’s correctness using simple text matching.
2.3 System composition
The overall setup of a game session, shown in Figure 3, revolves around a central
server, which powers the game’s bot and interacts with Telegram’s bot back-end
in order to exchange messages with participants. Each team of participants elects
a “team leader”, who makes use of a smartphone with a configured Telegram
client and a QR Code scanner application.
Team leaders engage in separate one-on-one conversations with the bot. Each
conversation keeps a history of the team’s progress in the game. Interactions with
the bot usually start with the team leader scanning a QR Code upon arriving
at a location—steps (2), (5), and (8) in the previous game states list—and then
engaging in short text-based chats in order to get the next puzzle, solve it, and
receive the next location to reach.
Fig. 3. Configuration of a game instance.
The bot server also automatically publishes noteworthy events to a “public
channel” (i.e., a Telegram conversation to which any player can subscribe to, but
only selected users and the bot can write). All team leaders (and possibly other
team members) are invited to subscribe to the channel before the start of the
game.
Updates about teams reaching the next location or getting close to the last
puzzle are published to the channel in order to provide constant updates to other
participants. Also, selfies shot by the teams and sent to the bot—steps (3), (6),
and (9)—are forwarded to the channel, which makes the game more entertaining.
2.4 Hardware and software implementation
The game’s bot is powered by a single server, with a dual-core 2.20 GHz CPU
and 4 GiBs of RAM, running on-premises. In terms of software, the bot has
been developed as a PHP web application, based on a custom Telegram bot
framework
1
. The runtime environment is based on PHP 7, Nginx, and MySQL.
1Source code available at: https://github.com/CodeMOOC/TreasureHuntBot
2.5 Use-cases
The basic game outlined previously can be adapted to a number of different
scenarios. For instance:
1.
In-presence event: the game is prepared for a given event, players register
and play the game under the supervision of the organizers. Player teams
compete against each other to complete the game as quickly as possible.
2.
Offline installation: a persistent game that is installed once and can be played
multiple times. Location codes are installed in fixed locations and persist
from one game to the next. Players can register and start playing on demand,
competing against their previous runs or try to beat the times of previous
teams, which can be kept in an online leaderboard.
3.
City guide: the game is installed permanently and each location code is placed
at a city landmark. The registration and start steps described in Section 2
are skipped and the game is automatically started as soon as a location
code is scanned. The game can be further customized in order to provide an
engaging and interactive visiting experience for tourist groups (for instance,
by providing tourist information or guiding users to specific landmarks).
3 Deployment of the system
The game was deployed in several occasions for small and large-scale events.
Most events were organized in the context of “CodeMOOC”, a coding-oriented
Massive Open Online Course (MOOC) held at the University of Urbino.
1. CodeMOOC Summer School:
two one-week summer schools
2
were or-
ganized at the University of Urbino, in 2016 and 2017 respectively. Both
summer schools had the aim of providing Italian teachers from primary and
secondary schools with the tools to adopt coding in their classes. A “Code
Hunting Game” event was proposed as an engaging evening pastime for
all 150 registrants and their families, split up into 30 competing teams. A
montage of all pictures shot during the game is shown in Figure 4.
2. CodyTrip for schools:
these one-day field trips were organized in order to
allow entire primary school classes to devote a day to immersive coding expe-
riences, among which a session of “Code Hunting Games”. Three CodyTrip
events have been organized in 2017, with a total of over 900 schoolchildren
attending. The third event saw 35 teams competing, with a total of circa
400 participants.
3. EU CodeWeek:
a European grassroots initiative that promotes coding
and computational thinking at every level, through fun and engaging events,
based on the contribution of volunteers, country-wide “ambassadors”, and
the European Commission (http://codeweek.eu).
2
“Coding in your Classroom, now!” 22–27 August 2016 and “Making Apps in your
Classroom, now!” 21–26 August 2017.
On 14 October 2017 an international Europe-wide “Code Hunting Game”
event was conducted, with multiple game sessions running in parallel. All
game sessions, locally organized by national ambassadors and volunteers,
started at 11:00 CET and featured the same puzzles, the same number of
locations, and the same final puzzle. A total of 22 game sessions in Italy,
Hungary, and Slovakia were played, with 167 teams comprising more than
900 individual participants (3–9 players per team on average). Additional
13 game sessions with 97 teams and more than 500 participants were played
after the event3.
Fig. 4.
Montage of team selfies during the CodeMOOC Summer School 2017 treasure
hunt.
3.1 User feedback from CodeWeek 2017
During the last deployment presented above, a final questionnaire was presented
to all teams successfully completing the game. The questionnaire was composed
of 4 questions: 3 statements which the users could rate on a Likert scale and
an open question which users could answer with suggestions and comments as
free-form text.
In total, 66 answers to the questionnaire were collected. Distributions of the
answers to the Likert scale questions are shown in Figure 5. Evaluations of the
game and the technological components were generally positive. Users appeared
to be generally confident in using the bot and the QR Code system.
Free-form suggestions by 5 users mentioned that the puzzles were too easy,
that puzzles should show more variety, or that multiple difficulty levels should
be provided. Two users mentioned problems with cellular data access during the
game, while other two users described issues in using or navigating the maps
inside the Telegram client. Other comments generally described the game as
being entertaining and engaging.
3
Full account of the CodeWeek event: http://blog.codeweek.eu/post/166975540609/the-
codehunting-game-more-than-1000-people
0
10
20
30
40
50
(a) Game (b) Telegram bot (c) QR Codes
Strongly disagree
Disagree
Neutral
Agree
Strongly agree
Fig. 5.
Answer distributions to the following statements: (a) “I liked the treasure hunt
game.” (b) “The Telegram bot was easy to use and well-suited for the game.” (c) “I
understand how QR Codes work and how they interact with the bot.”
4 Conclusions and lessons learned
In this paper, we presented an instant messaging bot-based multiplayer game
that was deployed to handle large-scale treasure hunts. The puzzles provided by
the bot can be adapted to different use-cases, including educational, cultural,
or touristic applications. The system is available both as open-source code and
as an online service that can be used to create custom gaming sessions
4
. It is
currently available in 6 languages.
4.1 Lessons learned in bot development
Three key lessons learned while developing and deploying the system for over
one year are elucidated here.
Conversational UI is effective, but users generally do not read. One of the main
advantages of using the conversational interface of IM systems is that the basic
UI paradigms of messaging are well known, both by novice and expert users [13].
In the many interactions with players, we found that using the bot had a gentle
learning curve and most players were able to proceed quickly in the game after
a short period of hesitation. However—as previous literature on other kinds of
user interfaces confirms as well—we found that in many cases users tend not
to read any text at all [17]. This may be worsened by the general verbosity of
conversational interfaces, by the lack of recognizable UI elements in text messages
(e.g., colors, modal dialogs, etc.), and by the perceived uninterestingness of the
conversation due to the repetitive structure of the game. In many cases, the
4Official website: http://codehunting.games
effectiveness of messages can be improved using terser language and text emojis
to convey tone or status (e.g., a flashing light or a ‘stop’ sign for errors).
Effectiveness of deep-link interactions. While the deep-link mechanism described
in Section 2.1 is reliable and well supported in most mobile operating systems,
it often adds confusion to less experienced users, who may find the process
unfamiliar. The impracticality of switching between QR Code scanner app and
the Telegram client can often be worsened by less than optimal scanner app
interfaces (i.e., apps with invasive ads or clunky UI). This might be mitigated on
IM platforms whose applications feature a built-in QR Code scanner, such as
WeChat.
Low technical requirements but many failure points. The development of a bot-
based multiplayer game is comparatively easy thanks to the availability of
many resources already provided by the IM platforms. For instance, major
infrastructural elements (load balancing, notifications, user management, etc.) are
already built-in for bot developers [13]. On the other hand, chatbot applications
rely on many external components over which developers have little or no control:
Internet access, DNS, the IM platform’s back-end and mobile clients, QR Code
scanners, and more. Each component represents an additional potential failure
point and can cause issues.
4.2 Future work
When the development of Code Hunting Games started, Telegram was picked
as the target chatbot platform for technical reasons. In particular, the ability
of using deep-links and sharing geographical locations (from and to the bot).
Over the course of the past year, other IM platforms have also introduced these
features, thus making a multi-platform version of the bot feasible.
With regards to the perceived monotonous nature of the bot’s conversation de-
scribed previously, natural language processing, scripts, or storytelling approaches
will be considered in making the interaction with the bot more variable.
Acknowledgments
We wish to thank all members of the CodeMOOC community and all participants
that have tested “Code Hunting Games” since the first run in 2016.
We also wish to express our gratitude to the anonymous reviewers of this
paper for their valuable input.
Icons: server by Denis Shumaylov, smartphone by James Fenton, megaphone
by Christopher Reyes in figures 2 and 3 released under Creative Commons 3.0
on The Noun Project.
References
1.
Battestini, A., Setlur, V., Sohn, T.: A large scale study of text-messaging use. In:
Proceedings of the 12th international conference on Human computer interaction
with mobile devices and services. pp. 229–238. ACM (2010)
2.
Bogliolo, A.: Unplugged language-neutral card games as an inclusive instrument to
develop computational thinking skills. In: INTED2015 Proceedings (9th Interna-
tional Technology, Education and Development Conference). IATED (2015)
3.
Boiano, S., Cuomo, P., Gaia, G.: Real-time messaging platforms for storytelling
and gamification in museums: A case history in Milan. In: EVA (2016)
4.
Business Insider Intelligence: Messaging apps are now bigger than social networks.
Tech. rep. (2016), http://www.businessinsider.com/the-messaging-app-report-2015-
11
5.
Chaniago, M.B., Junaidi, A.: Student presence using RFID and Telegram messenger
application. 8th Widyatama International Seminar on Sustainability (WISS 2016),
Widyatama University and IEEE (2016)
6.
Christakopoulou, K., Radlinski, F., Hofmann, K.: Towards conversational recom-
mender systems. In: KDD. pp. 815–824 (2016)
7.
Church, K., de Oliveira, R.: What’s up with WhatsApp?: comparing mobile instant
messaging behaviors with traditional SMS. In: Proceedings of the 15th international
conference on Human-computer interaction with mobile devices and services. pp.
352–361. ACM (2013)
8.
Dingler, T., Pielot, M.: I’ll be there for you: Quantifying attentiveness towards
mobile messaging. In: Proceedings of the 17th International Conference on Human-
Computer Interaction with Mobile Devices and Services. pp. 1–5. ACM (2015)
9.
Fischer, M., Lam, M.: From books to bots: Using medical literature to create a
chat bot. In: Proceedings of the First Workshop on IoT-enabled Healthcare and
Wellness Technologies and Systems. pp. 23–28. ACM (2016)
10.
Graf, B., Kr¨uger, M., M¨uller, F., Ruhland, A., Zech, A.: Nombot: simplify food
tracking. In: Proceedings of the 14th International Conference on Mobile and
Ubiquitous Multimedia. pp. 360–363. ACM (2015)
11.
Junco, R., Cotten, S.R.: Perceived academic effects of instant messaging use.
Computers & Education 56(2), 370–378 (2011)
12.
Klopfenstein, L.C., Bogliolo, A.: The quiz-master bot: a persistent augmented quiz
delivered through online messaging. In: INTED2017 Proceedings (11th International
Technology, Education and Development Conference). pp. 9806–9811. IATED (2017)
13.
Klopfenstein, L.C., Delpriori, S., Malatini, S., Bogliolo, A.: The rise of bots: A
survey of conversational interfaces, patterns, and paradigms. In: Proceedings of the
2017 Conference on Designing Interactive Systems. pp. 555–565. ACM (2017)
14.
Kucherbaev, P., Psyllidis, A., Bozzon, A.: Chatbots as conversational recommender
systems in urban contexts. arXiv preprint arXiv:1706.10076 (2017)
15.
McTear, M.F.: The rise of the conversational interface: A new kid on the block? In:
International Workshop on Future and Emerging Trends in Language Technology.
pp. 38–49. Springer (2016)
16.
Mobile Ecosystem Forum: Mobile messaging report 2016. Tech. rep. (2016),
https://mobileecosystemforum.com/mobile-messaging-report-2016
17.
Nielsen, J.: Designing web usability: The practice of simplicity. New Riders Pub-
lishing (1999)
18.
Ramesh, K., Ravishankaran, S., Joshi, A., Chandrasekaran, K.: A survey of design
techniques for conversational agents. In: International Conference on Information,
Communication and Computing Technology. pp. 336–350. Springer (2017)
19.
Serban, I.V., Sordoni, A., Lowe, R., Charlin, L., Pineau, J., Courville, A.C., Bengio,
Y.: A hierarchical latent variable encoder-decoder model for generating dialogues.
In: AAAI. pp. 3295–3301 (2017)
20.
Shawar, B.A., Atwell, E.: Chatbots: are they really useful? In: LDV Forum. vol. 22,
pp. 29–49 (2007)
21.
Turing, A.M.: Computing machinery and intelligence. Mind 59(236), 433–460 (1950)
22.
Weizenbaum, J.: ELIZA—a computer program for the study of natural language
communication between man and machine. Communications of the ACM 9(1),
36–45 (1966)
... To some extent, recommendations of tourist places, for example, can also be interpreted as a form of decision-making support, so the line between tourism-related applications and recommendation applications is sometimes fuzzy and depends on each particular study. The point is that there is an apparent inten- to gamified assistants to promote code literacy as a treasure hunt game (Klopfenstein et al., 2018a), and to improved learning of cultural narratives through embodied conversational agents (Doumanis & Smith, 2015). ...
... tion resources for user positioning(Ali, Le, Kim, Hwang, & Hwang, 2019;Chen, Wu, & Wang, 2019;Garrido, Barrachina, Martinez, & Seron, 2017;Grazioso, Cera, Di Maro, Origlia, & Cutugno, 2018;Klopfenstein, Delpriori, Paolini, & Bogliolo, 2018a;Massai, Nesi, & Pantaleo, 2019) to identify points of interest (POIs) near the user (i.e. traveler, tourist, etc.). ...
Article
Virtual assistants are a growing area of research in academia and industry, with an impact on people’s daily lives. Many disciplines in science are moving towards the incorporation of intelligent virtual assistants in multiple scenarios and application domains, and GIScience is not external to this trend since they may be connected to intelligent spatial decision support systems. This article presents a scoping review to indicate relevant literature pertinent to intelligent virtual assistants and their usage of geospatial information and technologies. In particular, the study was designed to find critical aspects of GIScience and how to contribute to the development of virtual assistants. Moreover, this work explores the most prominent research lines as well as relevant technologies/platforms to determine the main challenges and current limitations regarding the use and implementation of virtual assistants in geospatial‐related fields. As a result, this review shows the current state of geospatial applications regarding the use of intelligent virtual assistants, as well as revealing gaps and limitations in the use of spatial methods, standards, and resources available in spatial data infrastructures to develop intelligent decision systems based on virtual assistants for a wide array of application domains.
... The cards also allow to create more complex sequences of code, with the addition of repetition and conditional cards. Published under the name of "CodyRoby", the game is available under a Creative Commons license and has been adopted in a variety of other games and interactive systems [33,34], spanning the range between fully-unplugged and online activities. ...
Article
Full-text available
During the height of the CoViD-19 pandemic in 2020 and early 2021, schools throughout Europe have been closed for several months, leaving teachers with the responsibility of providing distance learning through video conferencing and remote-presence systems, while parents were scrambling for appropriate tools and support. School outings have also suffered from the limited mobility of students given by stay-at-home orders and other restrictions. In this paper we present a set of technologies developed to reproduce the school trip experience, allowing students to stay at home or in school and requiring only a Web browser and Internet access, while integrating communication tools that allow participants to actively be engaged in interactive lessons and educational experiences. In 2020 the tool has been used during the “CodyTrip” event, a two-day visit to the town of Urbino, attended by more than 15.000 students, followed up with a series of events in 2021 with over 115.000 participants. Results from the pilot events show very high engagement and demonstrate the feasibility of organizing online visiting experiences with massive participation without compromising the perceived interactivity of the proposed activities, which can be equally engaging for different audience demographics. Findings also suggest that this solution may be adopted not only as a contingent substitute for traveling during the pandemic, but as an effective tool to widen the scope and appeal of cultural tourism.
... CHI PLAY'19, October 22-25, 2019, Barcelona, Spain action-based building blocks, have been adapted to largescale events with participation of live audiences [2], augmented reality supported games [10], physical maze-games that must be solved using algorithmic instructions [9], and mixed-reality multiplayer games based on a "treasure hunt" metaphor [8]. CodyColor is an "unplugged" coding method, originally designed in 2018 [4]. ...
Conference Paper
Full-text available
Computational thinking and coding-based problem solving are increasingly seen as crucial cross-disciplinary skills and an important part of a well-rounded education. Coding games and problem solving exercises have been growing in popularity. Many large-scale initiatives have been launched in order to bring these initiatives into classrooms, from preschool to secondary education. CodyColor is a simplified coding game, which takes basic programming instructions representing movements ("turn left" and "turn right") and represents them with color blocks. In contrast to most other coding games, color-coded programming relies on no symbolic interpretation on part of the player in order to be approachable by very young players as well. We present a massively multiplayer online version of CodyColor, discuss design and implementation specifics, and enumerate some of the possible game modes.
... LibrasZap [23] is a multi-IM game bot that evaluates the player knowledge in the Brazilian Language of Signals (LIBRAS). Klopfenstein et al. [24] presented a Telegram bot-based multiplayer game that was deployed to handle large-scale treasure hunts in different use-cases, in- cluding educational, cultural, or touristic applications. Script Creation Utility for Nodejs Maniacs (SCUNM) [8] is a text-adventure game engine that uses Telegram as standard output for text, images (even animated gifs) and interactive selections representing the game play. ...
Chapter
An improvement in cognitive performance through brain games play is implicit yet progressive. It is necessary to explore factors that potentially accelerate this improvement process. Like various other significant yet unexplored aspects, it is equally essential to establish a performative (fusion of accuracy and efficiency) insight about players' cognition (memory, vision, and analytics) among the different modes of brain games. This paper presents empirical research (n=117) that investigates the impact of different modes of brain games (single vs. multiplayer) upon the players' cognitive performance. An accumulated result of the research revealed that the cognitive performance in memory stimulating and visual activity-oriented brain games play significantly boosts during multiplayer mode. Similarly, cognitive accuracy in analytical brain gameplay also increases during the multiplayer mode; however, it's rather inefficient. In addition, both the components of cognitive performance in single-player mode are reported as negatively correlated, while in the multiplayer mode it's rather contrary.
Article
Full-text available
An improvement in cognitive performance through brain games play is implicit yet progressive. It is necessary to explore factors that potentially accelerate this improvement process. Like various other significant yet unexplored aspects, it is equally essential to establish a performative (fusion of accuracy and efficiency) insight about players' cognition (memory, vision, and analytics) among the different modes of brain games. This paper presents empirical research that investigates the impact of different modes of brain games (single vs. multiplayer) upon the players' cognitive performance. An accumulated result of the research revealed that the cognitive performance in memory stimulating and visual activity-oriented brain games play significantly boosts during multiplayer mode. Similarly, cognitive accuracy in analytical brain gameplay also increases during the multiplayer mode; however, it's rather inefficient. In addition, both the components of cognitive performance in single-player mode are reported as negatively correlated, while in the multiplayer mode it's rather contrary.
Chapter
Full-text available
Conversational interfaces and chatbots have a long history, but have only recently been hyped as a disruptive technology ready to replace mobile apps and Web sites. Many online messaging platforms have introduced support to third-party chatbots, which can be procedurally programmed, but usually rely on a retrieval-based specification language (such as AIML), natural language processing to detect the user’s intent, or on machine learning. In this work we present a work-in-progress integration of a widely-used system for story generation, the Tracery grammar, a conversational agent design tool, the Bottery system, and online messaging platforms. The proposed system provides a complete and easy-to-use system that allows the creation of chatbots with a graph-based dialogue structure, a contextual memory, pattern-based text matching, and advanced text generation capabilities, that aims for being well-suited for experts and technically unskilled authors alike. Features of the system and future additions are discussed and compared to existing solutions.
Conference Paper
Full-text available
The conversational interface has become a hot topic in the past year or so, providing the primary means of interaction with chatbots, messaging apps, and virtual personal assistants. Major tech companies have been making huge investments in the supporting technologies of artificial intelligence, such as deep learning and natural language processing, with the aim of creating systems that will enable users of smartphones and other devices to obtain information and access services in a natural, conversational way. Yet the vision of the conversational interface is not new, and indeed there is a history of research in dialogue systems, voice user interfaces, embodied conversational agents, and chatbots that goes back more than fifty years. This chapter explores what has changed to make the conversational interface particularly relevant today, examines some key issues from earlier work that could inform the next generation of conversational systems, and highlights some challenges for future work.
Conference Paper
Full-text available
This work documents the recent rise in popularity of messaging bots: chatterbot-like agents with simple, textual interfaces that allow users to access information, make use of services, or provide entertainment through online messaging platforms. Conversational interfaces have been often studied in their many facets, including natural language processing, artificial intelligence, human-computer interaction, and usability. In this work we analyze the recent trends in chatterbots and provide a survey of major messaging platforms, reviewing their support for bots and their distinguishing features. We then argue for what we call "Botplication", a bot interface paradigm that makes use of context, history, and structured conversation elements for input and output in order to provide a conversational user experience while overcoming the limitations of text-only interfaces.
Conference Paper
Full-text available
Chatterbots, or bots, have recently enjoyed a dramatic comeback: these automated agents, communicating with users through the exchange of simple text messages, have overtaken most online messaging platforms and are increasingly used to provide means to access information or to make use of services. Because of the pervasive popularity of messaging platforms, as they represent the main driver in smartphone usage across all demographics, bots represent an attractive development platform with direct access to a large number of users and a very low access barrier. Many bot platforms allow the creation of special hyperlinks that invoke a particular dialogue with the bot. These hyperlinks can be presented to users digitally as URIs (Uniform Resource Identifiers) or visually as QR Codes that can be embedded in digital media or bound to a physical object or a geographical location. In both cases, hyperlinks may carry additional information, providing valuable context, while enabling a seamless transition to the conversation with the bot. In this work we describe a system that makes use of an automated data collection bot that delivers quiz questions to users. Hyperlinks are used to determine the question asked, for instance ensuring their sequence or tying them to a specific document. The system can work both synchronously during live events and asynchronously through persistent links. We also present two large-scale events during which this system has been used to coördinate online educational coding quizzes and describe the implemented system in detail, illustrating its effectiveness and its gaming mechanics, and also discussing strengths and weaknesses of the proposed system. We argue that the bot-aided coding quiz and its game mechanics could be applied profitably to many other educational events or data collection tasks.
Conference Paper
Full-text available
People often ask others for restaurant recommendations as a way to discover new dining experiences. This makes restaurant recommendation an exciting scenario for recommender systems and has led to substantial research in this area. However, most such systems behave very differently from a human when asked for a recommendation. The goal of this paper is to begin to reduce this gap. In particular, humans can quickly establish preferences when asked to make a recommendation for someone they do not know. We address this cold-start recommendation problem in an online learning setting. We develop a preference elicitation framework to identify which questions to ask a new user to quickly learn their preferences. Taking advantage of latent structure in the recommendation space using a probabilistic latent factor model, our experiments with both synthetic and real world data compare different types of feedback and question selection strategies. We find that our framework can make very effective use of online user feedback, improving personalized recommendations over a static model by 25% after asking only 2 questions. Our results demonstrate dramatic benefits of starting from offline embeddings, and highlight the benefit of bandit-based explore-exploit strategies in this setting.
Conference Paper
In this paper, we outline the vision of chatbots that facilitate the interaction between citizens and policy-makers at the city scale. We report the results of a co-design session attended by more than 60 participants. We give an outlook of how some challenges associated with such chatbot systems could be addressed in the future.
Conference Paper
A conversational agent also referred to as chatbot is a computer program which tries to generate human like responses during a conversation. Earlier chatbots employed much simpler retrieval based pattern matching design techniques. However, with time a number of new chatbots evolved with an aim to make it more human like and hence to pass the Turing test. Now, most of the chatbots employ generative knowledge based techniques. This paper will discuss about various chatbot design techniques, classification of chatbot and discussion on how the modern chatbots have evolved from simple pattern matching, retrieval based model to modern complex knowledge based models. A table of major conversational agents in chronological order along with their design techniques is also provided at the end of the paper.
Conference Paper
The American Medical Association Family Medical Guide is a comprehensive medical reference book for non-medical professionals. The book uses a series of flow charts to help users diagnose their symptoms by answering yes and no questions. The idea presented in this paper is to leverage the information in the book to make a chat bot for a mobile phone user. We develop a tool for crowd workers to train the chat bot using the information in the book. We present a framework for the crowd worker. Information is classified as symptom, diagnosis, or care. The chat bot makes the information accessible to people that primarily use a mobile phone and are not medical professionals. By having the data on the phone, we are able to make the data actionable by integrating it with the computational capabilities and sensors of the phone.