https://github.com/davidvanleeuwen/anatomy-pro-am
Anatomy Pro-Am prototype
https://github.com/davidvanleeuwen/anatomy-pro-am
Last synced: 6 months ago
JSON representation
Anatomy Pro-Am prototype
- Host: GitHub
- URL: https://github.com/davidvanleeuwen/anatomy-pro-am
- Owner: davidvanleeuwen
- License: gpl-3.0
- Created: 2011-03-25T14:28:21.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2011-07-05T16:24:40.000Z (over 14 years ago)
- Last Synced: 2025-04-21T18:00:03.092Z (6 months ago)
- Language: JavaScript
- Homepage:
- Size: 10.3 MB
- Stars: 9
- Watchers: 3
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.rdoc
Awesome Lists containing this project
README
= Anatomy Pro-Am (working title)
== What is this?
This is a Facebook game, built with several awesome frameworks/libraries e.g.:
* NodeJS
* BackBoneJS
* Socket.IO
* Dnode
* CoffeeScript
* RedisThe game is about treating patients and doing diagnostics using CT-scans, which allows medical students to become more familiar with finding bad tissue and recognizing organs and important parts of the body. It is a realtime co-operative game, where users interact with each other to find cancer for example. Real CT-scans are being used.
http://f.cl.ly/items/3C120p3f1z1i0K2w2C3o/Screen%20shot%202011-06-09%20at%2013.44.35%20.png
http://f.cl.ly/items/2C2R152l1c3A1G1M2W1m/Screen%20shot%202011-06-09%20at%2013.43.38%20.png
http://f.cl.ly/items/2n2z330C1O3C1w3t3q28/Screen%20shot%202011-06-09%20at%2013.44.24%20.pngIf you are more interested in the technology or the game itself, please feel free to contact us.
== Setup
* copy config_example.coffee, change the name to config.coffee
* register at facebook.com/developer and add the domain information and add a iframe url
* edit the config.coffee file and the fbconfig.url should be an url like apps.facebook.com/appname
* run a redis server (http://redis.io)
* run the server: ./start== Copyright
Copyright © 2011 Morgridge Institute for Research
Copyright © 2011 David van Leeuwen
Copyright © 2011 Meagan Rothschild
== License
This project is is licensed under the terms of the GPL License, see the included GPL-LICENSE file.