Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/leliel12/otree_elskam
https://github.com/leliel12/otree_elskam
Last synced: 20 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/leliel12/otree_elskam
- Owner: leliel12
- Created: 2015-09-17T18:41:10.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-25T02:18:21.000Z (almost 9 years ago)
- Last Synced: 2024-10-16T21:19:45.743Z (about 1 month ago)
- Language: HTML
- Size: 731 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# oTree
## Live demo
http://demo.otree.org/## Homepage
http://www.otree.org/## About
oTree is a Django-based framework for implementing multiplayer decision strategy games.
Many of the details of writing a web application are abstracted away,
meaning that the code is focused on the logic of the game.
oTree programming is accessible to programmers without advanced experience in web app development.This repository contains the games; the oTree core libraries are [here](https://github.com/oTree-org/otree-core).
## Quick start
```
pip install -r requirements_base.txt
python otree resetdb
python otree runserver
```## Contact
[email protected] (you can also add me on Skype by searching this email address; please mention oTree in your contact request)**Please contact me if any part of oTree does not work for you (or is unclear).**
## Contributors
* Gregor Muellegger (http://gremu.net/, https://github.com/gregmuellegger)
* Juan B. Cabral
* Alexander Schepanovski (https://github.com/Suor/)
* Alexander Sandukovskiy
* Som Datye## Mailing list
Sign up to be notified about updates to oTree [here](https://docs.google.com/forms/d/1jD4tocuX07DFYN2jDY2tcNXpkOCSqLhSOMboOgaVGtw/viewform)# Docs
http://otree.readthedocs.org
# Status
![RTD Badge](https://readthedocs.org/projects/otree/badge/?version=latest)