social-dist0rtion-protocol / planet-a

The Tragedy of the CO₂mmons
MIT License
10 stars 3 forks source link

Define game model #16

Closed vrde closed 5 years ago

vrde commented 5 years ago

Scope

The game playability depends on know values, such as:

We also have "real world" constants that defines the behavior of the game, for example:

We have other parameters of the game that can be derived by the previous values and constants, such as:

Deliverables

Put all numbers together to create a model. The inputs of the model are the "known values". The outputs are the parameters of the game that should be put in the smart contract that implements the game logic.

Roles

bounty gardener: @vrde / 10% bounty worker: name / 75% bounty reviewer: name / 15%

vrde commented 5 years ago

First iteration: https://docs.google.com/spreadsheets/d/1chB4P7C594ABGn2u3VQb73t2F_0YPq26OHGJt0ZuME0/edit

vrde commented 5 years ago

Implemented in https://github.com/social-dist0rtion-protocol/planet-a-contracts/commit/dee8174ea4a3e36425a1b0081773ed31c0769e59

Integrated in #20