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.

Quick start

Rather than cloning this repo directly, run these commands:

pip install --upgrade otree-core
otree startproject oTree
otree resetdb
otree runserver

Contact & support

Help & discussion mailing list

You can also contact chris@otree.org, though general support questions should be sent to the mailing list first.

Please contact me if any part of oTree does not work for you (or is unclear).

Contributors

Docs

http://otree.readthedocs.org

Status

RTD Badge