An open API service indexing awesome lists of open source software.

https://github.com/lukestorry/dot_to_dot

Simple timed dot-to-dot game for a Human-Computer-Interaction Experiment
https://github.com/lukestorry/dot_to_dot

Last synced: 17 days ago
JSON representation

Simple timed dot-to-dot game for a Human-Computer-Interaction Experiment

Awesome Lists containing this project

README

          

# dot_to_dot
Simple timed dot-to-dot game for a Human-Computer-Interaction Experiment.

## Run
Just type `python dot_to_dot.py`.

## Interface
Use the buttons to select which input and diagram to use for that round.

(Latin Square used in experiment to determine this.)

The timer automatically starts when drawing starts.

### Diagram
We used our team logo, the [7] emoticon.

![Image of full interface](/img/full-diagram.png)

### Dot selection with colour

Past dots are red, next dot is green, completed dots are grey.

![Image of partially completed image](/img/partial-completion.png)