Ratings | | Unique User Downloads | | Download Rankings |
Not enough user ratings | | Total: 38 | | All time: 511 This week: 10 |
Version | | License | | JavaScript version | | Categories |
tapai 2.1.1 | | Custom (specified... | | 5 | | Games |
|
Description | | Author |
This package is meant for studying user interactions with a tap on screen game.
It can present a board using SVG elements with a message to ask the user to tap on screen until it reaches 10 successful taps.
The results are displayed at the end and saved to a CSV file database. Innovation Award
April 2017
Winner
Prize: One downloadable e-book of choice by O'Reilly |
Games are a way to entertain users that can also be used as means to study how people react to certain situations.
This package implements a game that requires the users to interact. It records the user actions, so they can be analyzed later for further study.
Manuel Lemos |
| |
|
|
Innovation award
Nominee: 3x
Winner: 3x |
|
Details
TapAI
Links:
Online Example and JS Classes
___
This is a quick reaction game in which the player must click as fast as possible on the "tap" screen.
The game is designed in SVG (HTML5) responsively to fit any size of screen. Designed for web browsers to desktop, mobile phones and tablets.
After 10 matches the result of the game appears and a CSV file with all the game information is saved.
The examples debug the player performance in Web Console of browser.
___
This game has been developed with the purpose of studying human-game interaction. In this game, it is possible to manipulate any information about the game in order to interact and to study the behaviors and actions of the player. In addition, this game can be used to develop a database of players and their game states (at the end of the game a CSV file is generated).
___
/dist/js/TapAI/
|__ game.js - mechanics of the game
|__ layout.js - SVG HTML layout
|__ logic.js - difficulty/score logic
|__ toFile.js - export the results to CSV file
/example/
|__ index.html - normal game
/dist/js/TapAI/
|__ AIlogic.js - game logic (with PCG heuristic elo-based)
/example/
|__ index-intelligent.html - edited game
___
Also look ~
|
Applications that use this package |
|
No pages of applications that use this class were specified.
If you know an application of this package, send a message to the author to add a link here.