Skip to content

eeliuchang/oTree

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Live demo

http://demo.otree.org/

Homepage

http://www.otree.org/

About

oTree is a Django-based framework that makes it easy to implement 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, and oTree programming is accessible to programmers without advanced experience in web app development.

See the live demo here.

This repository contains the games; the oTree core libraries are here.

Quick start

After forking & cloning the repo:

pip install -r requirements_base.txt
./otree resetdb
./otree runserver

Documentation

https://github.com/oTree-org/oTree/wiki

Contact

chris@otree.org

About

An online platform for economics experiments created by the Chen Group at ETH

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 98.7%
  • Other 1.3%