https://github.com/cpaxton/needlemaster
Free Android game for experiments in learning task structure from human demonstrations. User performances can be saved and exported for research use.
https://github.com/cpaxton/needlemaster
android-game data-collection game lfd needle-master phone
Last synced: about 1 year ago
JSON representation
Free Android game for experiments in learning task structure from human demonstrations. User performances can be saved and exported for research use.
- Host: GitHub
- URL: https://github.com/cpaxton/needlemaster
- Owner: cpaxton
- License: mit
- Created: 2015-12-28T19:45:38.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-12-28T19:45:55.000Z (over 10 years ago)
- Last Synced: 2024-12-25T14:43:03.321Z (over 1 year ago)
- Topics: android-game, data-collection, game, lfd, needle-master, phone
- Language: Java
- Size: 349 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: License.txt
Awesome Lists containing this project
README
# Needle Master
Needle Master is an Android game developed by Chris Paxton. The idea is that players need to steer a needle through a sequence of gates, hitting as many as possible before reaching the end of the level and going off the right side of the screen.
## Play It
I published the game on the [Google Play store](https://play.google.com/store/apps/details?id=edu.jhu.lcsr.needlemaster).
## Data Files
There are a bunch of text files saved in ```needle_master_trials``` on your Android device. You can export these and use another library to download them. I've written a couple tools that convert the data into the correct format.
* [Needle Master Tools](https://github.com/cpaxton/needle_master_tools) will let you load the data in Python in the correct format.