Skip to content
forked from oTree-org/oTree

Web-based multiplayer strategy games and economics experiments

Notifications You must be signed in to change notification settings

jsteinhart/oTree

 
 

Repository files navigation

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

pip install -r requirements_base.txt
otree resetdb
otree runserver

Contact

chris@otree.org (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

Mailing list

Sign up to be notified about updates to oTree here

Docs

http://otree.readthedocs.org

Status

RTD Badge

About

Web-based multiplayer strategy games and economics experiments

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 58.9%
  • HTML 40.4%
  • Other 0.7%