Continuous Markets - RedwoodAdmin/RedwoodFramework GitHub Wiki
Continuous Markets is a real-time game that is played among a group of players and simulates a real market. Each player is designated the role of Bidder or Buyer, or both, and can then trade resources X and Y with other players. A heat map indicates the reward associated with different amounts of X and Y and the player's goal is to maximize their total reward by changing their values of X and Y through trading.
This experiment is a great example of the flexibility of Redwood in terms of user-interface designs. The heat-map is fully interactive with clicking, zooming, and panning, and uses the d3 library to update the vector graphic in real-time. A screenshot is shown below.
The source code can be downloaded from the webpage