D4.2 – Collaborative Game App

The deliverable D4.2 “Collaborative Game App” describes “Games Hunter”, the marketable name for one of the Pluggable Applications within the PLUGGY project. The novelty of this application is the authoring app, which aims to develop collaborative games without previous programming knowledge, providing basic blocks such as rules, routes, packages to create easy-to-use games where end-users are engaged into cultural activities through challenges, trials and other gamification-based techniques. The entire tool consists of a Basic Editor (“drag and drop”), a more complex Editor Pro and the player which is exactly Games Hunter app.

This deliverable is of type OTHER, hence the main output are the different apps, available from the links below. This report is an accompanying document for the actual developed software.

Games are one of the most effective solutions if you want to actively involve the user. To be attractive, however, you have to design and develop simple but interesting games which can be appealing for the decided target audience.

The deliverable explains the basic features of the Rapid Application Development app with the aid of some tutorials.

Download it!

We are happy to announce that PLUGGY’s Final Event is approaching and will be held on 20th November 2019 in Athens, Greece!

Registration is free, but availability is limited. Grab your seat here.
function modal_dialog_open() { jQuery("a.inline").trigger('click') cookievalue++; jQuery.cookie('modal-dialog', cookievalue, { expires: 365, path: '/'}); } function set_modal_dialog_content( newContent ) { jQuery('#inline_replaceable_content').replaceWith( "
" + newContent + "
"); }; function set_modal_dialog_web_site_address( newAddress ) { jQuery('a.iframe').attr( 'href', newAddress ); }; function modal_dialog_close() { jQuery.colorbox.close(); } var cookievalue = jQuery.cookie('modal-dialog'); if (cookievalue == null) cookievalue = 0; jQuery(document).ready(function() { jQuery("a.inline").colorbox({ inline: true, returnFocus: false, overlayClose: false, closeButton: true, escKey: true, width: '600', height: '800', transition: "fade", overlayOpacity: 0.3 }); if (cookievalue < 10) { setTimeout( function(){ modal_dialog_open(); }, 100); }; });